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

Commit 1b6b9b42 authored by Santos Cordon's avatar Santos Cordon
Browse files

Stop logging all.

Change-Id: I3249708e038fa3b5532a7ea671a59410ae2c6ba4
parent 0fa993bb
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 ||