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

am: 953a464dd1

Change-Id: I9ae73021bdb25f0a8656a5429aaa49bb91d5e04b
This commit is contained in:
Kevin Chyn
2017-09-14 00:35:18 +00:00
committed by android-build-merger

View File

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