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

Commit b5d71c87 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Log packageName in checkAndGetAuthenticators

Makes debugging easier

Test: Builds

Fixes: 150976223

Change-Id: Ibd9d22fc9146b8dfbad41aaccc16416020b3bd78
parent 90cc357d
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);