Fix for IllegalMonitorStateException in Cache Abuser

am: d1731fc

* commit 'd1731fc950acc5ed1bfb196addc51ea2dd692265':
  Fix for IllegalMonitorStateException in Cache Abuser
This commit is contained in:
Vince Harron
2016-03-18 23:53:11 +00:00
committed by android-build-merger

View File

@@ -78,7 +78,7 @@ public class CacheAbuser extends Activity {
} catch (IOException e) {
Log.w("CacheAbuser", "Write failed to " + file + ": " + e);
try {
wait(5*1000);
Thread.sleep(5*1000);
} catch (InterruptedException e1) {
}
} finally {