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

Commit 54e55a18 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 9346e7fd: Hide debug statement

* commit '9346e7fd':
  Hide debug statement
parents 5da583af 9346e7fd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -103,7 +103,10 @@ public class BitmapCache {
    }

    public void showBitmapCounts() {
        Log.v(LOGTAG, "\n showBitmap ---- ");
        if (!DEBUG) {
            return;
        }
        Log.v(LOGTAG, "\n--- showBitmap --- ");
        for (int i = 0; i < TRACKING_COUNT; i++) {
            if (mTracking[i] != 0) {
                Log.v(LOGTAG, getTrackingName(i) + " => " + mTracking[i]);