Log packageName in checkAndGetAuthenticators
Makes debugging easier Test: Builds Fixes: 150976223 Change-Id: Ibd9d22fc9146b8dfbad41aaccc16416020b3bd78
This commit is contained in:
@@ -1138,9 +1138,10 @@ public class BiometricService extends SystemService {
|
||||
|
||||
biometricStatus = result.second;
|
||||
|
||||
Slog.d(TAG, "Authenticator ID: " + authenticator.id
|
||||
Slog.d(TAG, "Package: " + opPackageName
|
||||
+ " Authenticator ID: " + authenticator.id
|
||||
+ " Modality: " + authenticator.modality
|
||||
+ " ReportedModality: " + result.first
|
||||
+ " Reported Modality: " + result.first
|
||||
+ " Status: " + biometricStatus);
|
||||
|
||||
if (firstBiometricModality == TYPE_NONE) {
|
||||
|
||||
Reference in New Issue
Block a user