am f2b934b4: am 3ea68240: Merge "Stop keyguard from spamming the log" into lmp-mr1-dev

* commit 'f2b934b42be772d457b3f6e16c95aad1056c502e':
  Stop keyguard from spamming the log
This commit is contained in:
Jim Miller
2014-12-04 21:17:55 +00:00
committed by Android Git Automerger

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 = true;
public static final boolean DEBUG = false;
public static final boolean DEBUG_SIM_STATES = true;
}