Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33cb03cc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log packageName in checkAndGetAuthenticators" into rvc-dev

parents 919e1f77 b5d71c87
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1138,7 +1138,8 @@ 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
                    + " Reported Modality: " + result.first
                    + " Status: " + biometricStatus);