Enable Keyguard debug logging
Bug: 21320918 Change-Id: I2529bfb7cdaae6042bbc9e51340c7571a5a63ad0
This commit is contained in:
@@ -25,6 +25,6 @@ public class KeyguardConstants {
|
||||
* Turns on debugging information for the whole Keyguard. This is very verbose and should only
|
||||
* be used temporarily for debugging.
|
||||
*/
|
||||
public static final boolean DEBUG = false;
|
||||
public static final boolean DEBUG = true;
|
||||
public static final boolean DEBUG_SIM_STATES = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user