forked from LeddaZ/frameworks_base
[DNM] Revert "Suppress FingerprintManager logspam"
This reverts commit f1b4484c7e
.
This commit is contained in:
parent
5d26adcda9
commit
ebf5f3589b
|
@ -1201,7 +1201,7 @@ public class FingerprintManager implements BiometricAuthenticator, BiometricFing
|
||||||
throw e.rethrowFromSystemServer();
|
throw e.rethrowFromSystemServer();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (DEBUG) Slog.w(TAG, "isFingerprintHardwareDetected(): Service not connected!");
|
Slog.w(TAG, "isFingerprintHardwareDetected(): Service not connected!");
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue