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

Commit 59228aef authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 0c8b973e: Merge "Turn off SYSTRACE_DEBUG" into lmp-mr1-dev

* commit '0c8b973e':
  Turn off SYSTRACE_DEBUG
parents 43377bc9 0c8b973e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public class Log {
    private static final String TAG = "Telecom";

    public static final boolean FORCE_LOGGING = false; /* STOP SHIP if true */
    public static final boolean SYSTRACE_DEBUG = true; /* STOP SHIP if true */
    public static final boolean SYSTRACE_DEBUG = false; /* STOP SHIP if true */
    public static final boolean DEBUG = isLoggable(android.util.Log.DEBUG);
    public static final boolean INFO = isLoggable(android.util.Log.INFO);
    public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE);