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

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

Merge "Add log when we are trying to dismiss keyguard" into oc-dr1-dev

parents 790e3ff6 5583fbf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ class KeyguardController {
            failCallback(callback);
            return;
        }
        Slog.i(TAG, "Activity requesting to dismiss Keyguard: " + activityRecord);
        mWindowManager.dismissKeyguard(callback);
    }