commit | d1731fc950acc5ed1bfb196addc51ea2dd692265 | [log] [tgz] |
---|---|---|
author | Vince Harron <vharron@google.com> | Fri Mar 18 16:40:49 2016 -0700 |
committer | Vince Harron <vharron@google.com> | Fri Mar 18 16:40:49 2016 -0700 |
tree | 7e49fefd34de75427bf64bc02fc92bd083c4cbc9 | |
parent | 26707bffbfbc85ecd0d236bba45ad9a94518f29c [diff] |
Fix for IllegalMonitorStateException in Cache Abuser AsyncTask.wait was being called outside of a synchronize block, causing an IllegalMonitorStateException. This replaces the wait with a Thread.sleep. BUG=b.android.com/203846 Change-Id: Ib370f702c1e0f76657292955de2406ce7f065e69