Fix for IllegalMonitorStateException in Cache Abuser
am: d1731fc
* commit 'd1731fc950acc5ed1bfb196addc51ea2dd692265':
Fix for IllegalMonitorStateException in Cache Abuser
This commit is contained in:
@@ -78,7 +78,7 @@ public class CacheAbuser extends Activity {
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.w("CacheAbuser", "Write failed to " + file + ": " + e);
|
Log.w("CacheAbuser", "Write failed to " + file + ": " + e);
|
||||||
try {
|
try {
|
||||||
wait(5*1000);
|
Thread.sleep(5*1000);
|
||||||
} catch (InterruptedException e1) {
|
} catch (InterruptedException e1) {
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user