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

Commit 8582eeb8 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add logging for flaky tests

Bug: 172957689
Test: Builds
Change-Id: If9992913371d442b0204ebf98e4a4f35ed543664
parent fdf810a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ public final class AuthSession implements IBinder.DeathRecipient {
            @NonNull PromptInfo promptInfo,
            boolean debugEnabled,
            @NonNull List<FingerprintSensorPropertiesInternal> fingerprintSensorProperties) {
        Slog.d(TAG, "Creating AuthSession with: " + preAuthInfo);
        mContext = context;
        mStatusBarService = statusBarService;
        mSysuiReceiver = sysuiReceiver;
+1 −1
Original line number Diff line number Diff line
@@ -1047,7 +1047,7 @@ public class BiometricService extends SystemService {
                final Pair<Integer, Integer> preAuthStatus = preAuthInfo.getPreAuthenticateStatus();

                Slog.d(TAG, "handleAuthenticate: modality(" + preAuthStatus.first
                        + "), status(" + preAuthStatus.second + ")");
                        + "), status(" + preAuthStatus.second + "), preAuthInfo: " + preAuthInfo);

                if (preAuthStatus.second == BiometricConstants.BIOMETRIC_SUCCESS) {
                    // If BIOMETRIC_WEAK or BIOMETRIC_STRONG are allowed, but not enrolled, but