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

Commit 1c3a6989 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log SIM state changes"

parents 622d31b8 ab3079d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,6 +26,6 @@ public class KeyguardConstants {
     * be used temporarily for debugging.
     * be used temporarily for debugging.
     */
     */
    public static final boolean DEBUG = false;
    public static final boolean DEBUG = false;
    public static final boolean DEBUG_SIM_STATES = false;
    public static final boolean DEBUG_SIM_STATES = true;
    public static final boolean DEBUG_FP_WAKELOCK = true;
    public static final boolean DEBUG_FP_WAKELOCK = true;
}
}
+1 −0
Original line number Original line Diff line number Diff line
@@ -495,6 +495,7 @@ public class KeyguardViewMediator extends SystemUI {
                    break;
                    break;
                case READY:
                case READY:
                    synchronized (KeyguardViewMediator.this) {
                    synchronized (KeyguardViewMediator.this) {
                        if (DEBUG_SIM_STATES) Log.d(TAG, "READY, reset state? " + mShowing);
                        if (mShowing) {
                        if (mShowing) {
                            resetStateLocked();
                            resetStateLocked();
                        }
                        }