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

Commit 6a477839 authored by Santos Cordon's avatar Santos Cordon Committed by Android (Google) Code Review
Browse files

Merge "Stop logging all." into mnc-dev

parents b7dd3964 1b6b9b42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ public class Log {
    // Generic tag for all In Call logging
    public static final String TAG = "InCall";

    public static final boolean FORCE_DEBUG = true; /* STOPSHIP if true */
    public static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */
    public static final boolean DEBUG = FORCE_DEBUG ||
            android.util.Log.isLoggable(TAG, android.util.Log.DEBUG);
    public static final boolean VERBOSE = FORCE_DEBUG ||