From 2400197f10ff2ca8d393eac47a65a09dc0cea3e9 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Fri, 29 May 2015 12:32:48 -0700 Subject: [PATCH] Enable Keyguard debug logging Bug: 21320918 Change-Id: I2529bfb7cdaae6042bbc9e51340c7571a5a63ad0 --- .../Keyguard/src/com/android/keyguard/KeyguardConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java b/packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java index 05a5f66bae82b..10baf230d627a 100644 --- a/packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java +++ b/packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java @@ -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; }