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

Commit 9a86663f authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Replace heavy isLoggable call" into sc-dev

parents d55dfa04 9639ce78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {