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

Commit d782922e authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Log fingerprint unlock mode" into oc-mr1-dev

am: 953a464d

Change-Id: I9ae73021bdb25f0a8656a5429aaa49bb91d5e04b
parents 445581b5 953a464d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -198,6 +198,8 @@ public class FingerprintUnlockController extends KeyguardUpdateMonitorCallback {
    }

    public void startWakeAndUnlock(int mode) {
        // TODO(b/62444020): remove when this bug is fixed
        Log.v(TAG, "startWakeAndUnlock(" + mode + ")");
        boolean wasDeviceInteractive = mUpdateMonitor.isDeviceInteractive();
        mMode = mode;
        mHasScreenTurnedOnSinceAuthenticating = false;