Loading core/java/android/database/sqlite/SQLiteCursor.java +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public class SQLiteCursor extends AbstractWindowedCursor { if (mCount == NO_COUNT) { mCount = mQuery.fillWindow(mWindow, requiredPos, requiredPos, true); mCursorWindowCapacity = mWindow.getNumRows(); if (Log.isLoggable(TAG, Log.DEBUG)) { if (SQLiteDebug.NoPreloadHolder.DEBUG_SQL_LOG) { Log.d(TAG, "received count(*) from native_fill_window: " + mCount); } } else { Loading Loading
core/java/android/database/sqlite/SQLiteCursor.java +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public class SQLiteCursor extends AbstractWindowedCursor { if (mCount == NO_COUNT) { mCount = mQuery.fillWindow(mWindow, requiredPos, requiredPos, true); mCursorWindowCapacity = mWindow.getNumRows(); if (Log.isLoggable(TAG, Log.DEBUG)) { if (SQLiteDebug.NoPreloadHolder.DEBUG_SQL_LOG) { Log.d(TAG, "received count(*) from native_fill_window: " + mCount); } } else { Loading