Loading core/java/android/database/sqlite/SQLiteCompiledSql.java +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ import android.util.Log; StrictMode.onSqliteObjectLeaked( "Releasing statement in a finalizer. Please ensure " + "that you explicitly call close() on your cursor: " + mSqlStmt.substring(0, (len > 100) ? 100 : len), mSqlStmt.substring(0, (len > 1000) ? 1000 : len), mStackTrace); } releaseSqlStatement(); Loading core/java/android/database/sqlite/SQLiteCursor.java +1 −1 Original line number Diff line number Diff line Loading @@ -513,7 +513,7 @@ public class SQLiteCursor extends AbstractWindowedCursor { StrictMode.onSqliteObjectLeaked( "Finalizing a Cursor that has not been deactivated or closed. " + "database = " + mQuery.mDatabase.getPath() + ", table = " + mEditTable + ", query = " + mQuery.mSql.substring(0, (len > 100) ? 100 : len), ", query = " + mQuery.mSql.substring(0, (len > 1000) ? 1000 : len), mStackTrace); } close(); Loading Loading
core/java/android/database/sqlite/SQLiteCompiledSql.java +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ import android.util.Log; StrictMode.onSqliteObjectLeaked( "Releasing statement in a finalizer. Please ensure " + "that you explicitly call close() on your cursor: " + mSqlStmt.substring(0, (len > 100) ? 100 : len), mSqlStmt.substring(0, (len > 1000) ? 1000 : len), mStackTrace); } releaseSqlStatement(); Loading
core/java/android/database/sqlite/SQLiteCursor.java +1 −1 Original line number Diff line number Diff line Loading @@ -513,7 +513,7 @@ public class SQLiteCursor extends AbstractWindowedCursor { StrictMode.onSqliteObjectLeaked( "Finalizing a Cursor that has not been deactivated or closed. " + "database = " + mQuery.mDatabase.getPath() + ", table = " + mEditTable + ", query = " + mQuery.mSql.substring(0, (len > 100) ? 100 : len), ", query = " + mQuery.mSql.substring(0, (len > 1000) ? 1000 : len), mStackTrace); } close(); Loading