Merge "Turn off FORCE_LOGGING in Telecomm" into lmp-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user