summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2011-02-11 16:50:51 -0800
committerVasu Nori <vnori@google.com>2011-02-11 16:50:51 -0800
commite9714e6c745a2bd7103d793c3473bbddf2c46712 (patch)
tree63d2224fa37117c7d0a74e637ad49498579e53d0 /core/java/android/database/sqlite
parentba441101179d1d4805c15dd63b917b145b98ee7d (diff)
add more debug info to help (bug:3446432)
Change-Id: I4a690297ae7f18d5f6928ac5c67d8d4164453fa0
Diffstat (limited to 'core/java/android/database/sqlite')
-rw-r--r--core/java/android/database/sqlite/SQLiteDatabase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/database/sqlite/SQLiteDatabase.java b/core/java/android/database/sqlite/SQLiteDatabase.java
index 390e542ea655..ca4cba574bdd 100644
--- a/core/java/android/database/sqlite/SQLiteDatabase.java
+++ b/core/java/android/database/sqlite/SQLiteDatabase.java
@@ -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