Turn off FORCE_LOGGING in Telecomm

Bug: 17329799
Change-Id: Ic93cfaee62f83b457da3982237170e299c63cf5d
This commit is contained in:
Yorke Lee
2014-09-04 11:33:38 -07:00
parent 09cfeaff8e
commit f3dba2f77d

View File

@@ -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);