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

Commit 569edb85 authored by Adrian Roos's avatar Adrian Roos
Browse files

Log bouncer prompt reason

Bug: 27434873
Change-Id: I6918507b66506cf95b20f95fe4a5cb19c899122f
parent b7492623
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -519,6 +519,9 @@ public class KeyguardSecurityContainer extends FrameLayout implements KeyguardSe
    @Override
    public void showPromptReason(int reason) {
        if (mCurrentSecuritySelection != SecurityMode.None) {
            if (reason != PROMPT_REASON_NONE) {
                Log.i(TAG, "Strong auth required, reason: " + reason);
            }
            getSecurityView(mCurrentSecuritySelection).showPromptReason(reason);
        }
    }