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