add more debug info to help (bug:3446432)
Change-Id: I4a690297ae7f18d5f6928ac5c67d8d4164453fa0
This commit is contained in:
@@ -433,7 +433,7 @@ public class SQLiteDatabase extends SQLiteClosable {
|
||||
// has not been available for 30sec.
|
||||
Log.w(TAG, "database lock has not been available for " + LOCK_WAIT_PERIOD +
|
||||
" sec. Current Owner of the lock is " + mLock.getOwnerDescription() +
|
||||
". Continuing to wait");
|
||||
". Continuing to wait in thread: " + Thread.currentThread().getId());
|
||||
}
|
||||
} catch (InterruptedException e) {
|
||||
// ignore the interruption
|
||||
|
||||
Reference in New Issue
Block a user