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

Commit 0ca15399 authored by Marco Ballesio's avatar Marco Ballesio
Browse files

Enable freezer logs

Log freeze and unfreeze operations on logcat to improve tracking unexpected
issues possibly caused by this experimental feature.

Bug: 143308662
Test: manual. Verified that logs are shown by logcat when this option is
enabled at build time.
Change-Id: Ic46033b1287c70b7b20fa126a1db18447571c43a
parent 374ba3fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ class ActivityManagerDebugConfig {
    static final boolean DEBUG_BROADCAST_LIGHT = DEBUG_BROADCAST || false;
    static final boolean DEBUG_BROADCAST_LIGHT = DEBUG_BROADCAST || false;
    static final boolean DEBUG_BROADCAST_DEFERRAL = DEBUG_BROADCAST || false;
    static final boolean DEBUG_BROADCAST_DEFERRAL = DEBUG_BROADCAST || false;
    static final boolean DEBUG_COMPACTION = DEBUG_ALL || false;
    static final boolean DEBUG_COMPACTION = DEBUG_ALL || false;
    static final boolean DEBUG_FREEZER = DEBUG_ALL || false;
    static final boolean DEBUG_FREEZER = DEBUG_ALL || true;
    static final boolean DEBUG_LRU = DEBUG_ALL || false;
    static final boolean DEBUG_LRU = DEBUG_ALL || false;
    static final boolean DEBUG_MU = DEBUG_ALL || false;
    static final boolean DEBUG_MU = DEBUG_ALL || false;
    static final boolean DEBUG_NETWORK = DEBUG_ALL || false;
    static final boolean DEBUG_NETWORK = DEBUG_ALL || false;