Loading core/java/android/database/sqlite/SQLiteClosable.java +2 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,8 @@ public abstract class SQLiteClosable { // STOPSHIP remove this method before shipping private void checkRefCount() { if (mReferenceCount > 1000) { throw new IllegalStateException("refcount: " + mReferenceCount + ", " + getObjInfo()); throw new IllegalStateException("bad refcount: " + mReferenceCount + ". file bug against frameworks->database" + getObjInfo()); } } } Loading
core/java/android/database/sqlite/SQLiteClosable.java +2 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,8 @@ public abstract class SQLiteClosable { // STOPSHIP remove this method before shipping private void checkRefCount() { if (mReferenceCount > 1000) { throw new IllegalStateException("refcount: " + mReferenceCount + ", " + getObjInfo()); throw new IllegalStateException("bad refcount: " + mReferenceCount + ". file bug against frameworks->database" + getObjInfo()); } } }