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

Commit 85757fce authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Turn off a debug flag

Change-Id: I5d7edc2838341754dd092410e6e21787a3454834
parent 092f038d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ class ActivityManagerDebugConfig {
    static final boolean DEBUG_URI_PERMISSION = DEBUG_ALL || false;
    static final boolean DEBUG_USER_LEAVING = DEBUG_ALL || false;
    static final boolean DEBUG_VISIBILITY = DEBUG_ALL || false;
    static final boolean DEBUG_USAGE_STATS = DEBUG_ALL || true;
    static final boolean DEBUG_USAGE_STATS = DEBUG_ALL || false;

    static final String POSTFIX_BACKUP = (APPEND_CATEGORY_NAME) ? "_Backup" : "";
    static final String POSTFIX_BROADCAST = (APPEND_CATEGORY_NAME) ? "_Broadcast" : "";