diff options
author | Jim Miller <jaggies@google.com> | 2014-12-03 23:44:31 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-03 23:44:32 +0000 |
commit | 3ea6824034ea8fbcd418af8e07606f60fd844e45 (patch) | |
tree | 59f78ff027862f407be4b2755a674179bb767a0d /packages/Keyguard/src | |
parent | 8f61e7549ebb7ccb6bc2d41c30a9f2da2fb9bd7c (diff) | |
parent | 8b6bd4d3f41f9e11df467543f4c6bd4f5dd47a5f (diff) | |
download | frameworks_base-3ea6824034ea8fbcd418af8e07606f60fd844e45.zip frameworks_base-3ea6824034ea8fbcd418af8e07606f60fd844e45.tar.gz frameworks_base-3ea6824034ea8fbcd418af8e07606f60fd844e45.tar.bz2 |
Merge "Stop keyguard from spamming the log" into lmp-mr1-dev
Diffstat (limited to 'packages/Keyguard/src')
-rw-r--r-- | packages/Keyguard/src/com/android/keyguard/KeyguardConstants.java | 2 |
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; } |