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

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

Enabling more debug logging.

Bug: 73003134
Test: None, just enabling debug flags
Change-Id: I22876c4491fd3eb72d77ffaef7a80065b88f1cce
parent a6ea005a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ class ActivityManagerDebugConfig {
    static final boolean DEBUG_FOREGROUND_SERVICE = DEBUG_ALL || false;
    static final boolean DEBUG_SERVICE_EXECUTING = DEBUG_ALL || false;
    static final boolean DEBUG_STACK = DEBUG_ALL || false;
    static final boolean DEBUG_STATES = DEBUG_ALL_ACTIVITIES || false;
    static final boolean DEBUG_STATES = DEBUG_ALL_ACTIVITIES || true;
    static final boolean DEBUG_SWITCH = DEBUG_ALL || false;
    static final boolean DEBUG_TASKS = DEBUG_ALL || false;
    static final boolean DEBUG_TRANSITION = DEBUG_ALL || false;