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

Commit d7214890 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Add log when we are trying to dismiss keyguard

Such that we can blame the app!

Test: call requestDismissKeyguard, inspect logs
Bug: 63745706
Change-Id: Ie257db2276839ba3491ee1b3cb642486331544c1
parent 3779fb5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ class KeyguardController {
            failCallback(callback);
            return;
        }
        Slog.i(TAG, "Activity requesting to dismiss Keyguard: " + activityRecord);

        // If the client has requested to dismiss the keyguard and the Activity has the flag to
        // turn the screen on, wakeup the screen if it's the top Activity.