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

Commit 54ef30cc authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Automerger Merge Worker
Browse files

Merge "Replace heavy isLoggable call" into sc-dev am: 9a86663f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14603652

Change-Id: I3f0bf3f0da46335d06ee16b3eb5b279d4788cc40
parents 8c03f497 9a86663f
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 {