Loading core/java/android/database/sqlite/SQLiteDatabase.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -433,7 +433,7 @@ public class SQLiteDatabase extends SQLiteClosable { // has not been available for 30sec. // has not been available for 30sec. Log.w(TAG, "database lock has not been available for " + LOCK_WAIT_PERIOD + Log.w(TAG, "database lock has not been available for " + LOCK_WAIT_PERIOD + " sec. Current Owner of the lock is " + mLock.getOwnerDescription() + " sec. Current Owner of the lock is " + mLock.getOwnerDescription() + ". Continuing to wait"); ". Continuing to wait in thread: " + Thread.currentThread().getId()); } } } catch (InterruptedException e) { } catch (InterruptedException e) { // ignore the interruption // ignore the interruption Loading Loading
core/java/android/database/sqlite/SQLiteDatabase.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -433,7 +433,7 @@ public class SQLiteDatabase extends SQLiteClosable { // has not been available for 30sec. // has not been available for 30sec. Log.w(TAG, "database lock has not been available for " + LOCK_WAIT_PERIOD + Log.w(TAG, "database lock has not been available for " + LOCK_WAIT_PERIOD + " sec. Current Owner of the lock is " + mLock.getOwnerDescription() + " sec. Current Owner of the lock is " + mLock.getOwnerDescription() + ". Continuing to wait"); ". Continuing to wait in thread: " + Thread.currentThread().getId()); } } } catch (InterruptedException e) { } catch (InterruptedException e) { // ignore the interruption // ignore the interruption Loading