summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2014-12-04 21:17:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-04 21:17:55 +0000
commitd205d407b44b3218579401be4960eda79ce32f67 (patch)
treed5faf528daa376dd7279040aed385b6f58dcef7d
parentc377c360e971b07ccb3c2937f23168c88f426640 (diff)
parentf2b934b42be772d457b3f6e16c95aad1056c502e (diff)
downloadframeworks_base-d205d407b44b3218579401be4960eda79ce32f67.zip
frameworks_base-d205d407b44b3218579401be4960eda79ce32f67.tar.gz
frameworks_base-d205d407b44b3218579401be4960eda79ce32f67.tar.bz2
am f2b934b4: am 3ea68240: Merge "Stop keyguard from spamming the log" into lmp-mr1-dev
* commit 'f2b934b42be772d457b3f6e16c95aad1056c502e': Stop keyguard from spamming the log
-rw-r--r--packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java b/packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java
index 10baf23..05a5f66 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 = true;
+ public static final boolean DEBUG = false;
public static final boolean DEBUG_SIM_STATES = true;
}