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

Commit f3dba2f7 authored by Yorke Lee's avatar Yorke Lee
Browse files

Turn off FORCE_LOGGING in Telecomm

Bug: 17329799
Change-Id: Ic93cfaee62f83b457da3982237170e299c63cf5d
parent 09cfeaff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ final public class Log {
    // Generic tag for all Telecomm Framework logging
    private static final String TAG = "TelecommFramework";

    public static final boolean FORCE_LOGGING = true; /* STOP SHIP if true */
    public static final boolean FORCE_LOGGING = 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);