Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b6bd4d3 authored by Jim Miller's avatar Jim Miller
Browse files

Stop keyguard from spamming the log

Fixes bug 18147652

Change-Id: I9f6d3a6f1b8e3d6443c112ecf8a61ea2dc4e3434
parent 498c84e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}