Log bouncer prompt reason

am: 569edb8512

* commit '569edb85125e6754de8f8e60f993afad42eed490':
  Log bouncer prompt reason
This commit is contained in:
Adrian Roos
2016-03-04 23:20:09 +00:00
committed by android-build-merger

View File

@@ -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);
}
}