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

Commit 79187252 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 36325016: am 2400197f: Enable Keyguard debug logging

* commit '36325016':
  Enable Keyguard debug logging
parents c95fba73 36325016
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 = false;
    public static final boolean DEBUG = true;
    public static final boolean DEBUG_SIM_STATES = true;
}