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

This commit is contained in:
Kevin Chyn
2017-09-13 01:07:51 +00:00
committed by Android (Google) Code Review

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;