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

Commit efa0ddaf authored by Winson Chung's avatar Winson Chung
Browse files

Enable pause logging.

Bug: 72927558
Test: None, just enabling debug flags
Change-Id: Ib1b2082ab082f5c6db7b37fd2f4e4864f02af6ca
parent e848e106
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ class ActivityManagerDebugConfig {
    static final boolean DEBUG_NETWORK = DEBUG_ALL || false;
    static final boolean DEBUG_OOM_ADJ = DEBUG_ALL || false;
    static final boolean DEBUG_OOM_ADJ_REASON = DEBUG_ALL || false;
    static final boolean DEBUG_PAUSE = DEBUG_ALL || false;
    static final boolean DEBUG_PAUSE = DEBUG_ALL || true;
    static final boolean DEBUG_POWER = DEBUG_ALL || false;
    static final boolean DEBUG_POWER_QUICK = DEBUG_POWER || false;
    static final boolean DEBUG_PROCESS_OBSERVERS = DEBUG_ALL || false;