3
0
Fork 0

[DNM] Revert "Suppress FingerprintManager logspam"

This reverts commit f1b4484c7e.

Change-Id: Ie57e2a053ca29538eff8228e06cf25c44710eb59
This commit is contained in:
ralph950412 2024-09-07 06:22:21 +00:00 committed by yoriscape
parent a6a0935725
commit 5f041a86d8
1 changed files with 1 additions and 1 deletions

View File

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