Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7489a470 authored by Vasu Nori's avatar Vasu Nori Committed by Android Git Automerger
Browse files

am d529d0df: Merge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb

* commit 'd529d0df':
  bug:3396894  (HC branch) remove STOPSHIP code
parents a7477f6b d529d0df
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -416,8 +416,7 @@ public class SQLiteDatabase extends SQLiteClosable {
    private void lock(boolean forced) {
        // make sure this method is NOT being called from a 'synchronized' method
        if (Thread.holdsLock(this)) {
            // STOPSHIP change the following line to Log.w()
            throw new IllegalStateException("don't lock() while in a synchronized method");
            Log.w(TAG, "don't lock() while in a synchronized method");
        }
        verifyDbIsOpen();
        if (!forced && !mLockingEnabled) return;