Enable Keyguard debug logging

Bug: 21320918
Change-Id: I2529bfb7cdaae6042bbc9e51340c7571a5a63ad0
This commit is contained in:
Jorim Jaggi
2015-05-29 12:32:48 -07:00
parent 614b39f3de
commit 2400197f10

View File

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