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

Commit f953dee1 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Fix debugging for hwui caches"

parents 6a8f7795 042f7d64
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@ void Caches::dumpMemoryUsage() {
    String8 stringLog;
    dumpMemoryUsage(stringLog);
    LOGD("%s", stringLog.string());
    delete stringLog;
}

void Caches::dumpMemoryUsage(String8 &log) {
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ enum DebugLevel {
    kDebugDisabled = 0,
    kDebugMemory = 1,
    kDebugCaches = 2,
    kDebugMoreCaches = 3
    kDebugMoreCaches = kDebugMemory | kDebugCaches
};

// These properties are defined in mega-bytes