From 8b6bd4d3f41f9e11df467543f4c6bd4f5dd47a5f Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 3 Dec 2014 15:33:13 -0800 Subject: [PATCH] Stop keyguard from spamming the log Fixes bug 18147652 Change-Id: I9f6d3a6f1b8e3d6443c112ecf8a61ea2dc4e3434 --- .../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 10baf230d627a..05a5f66bae82b 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; }