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

Commit d41e8b3c authored by Wenhui Yang's avatar Wenhui Yang Committed by Android (Google) Code Review
Browse files

Merge "Add logs to help debug biometric CTS" into main

parents 65bf04a4 bf67e967
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ public class BiometricTestSession implements AutoCloseable {
        mTestedUsers = new ArraySet<>();
        mUsersCleaningUp = new ArraySet<>();
        setTestHalEnabled(true);
        Log.d(getTag(), "Opening BiometricTestSession");
    }

    /**
+1 −0
Original line number Diff line number Diff line
@@ -218,6 +218,7 @@ public class Sensor {
    }

    @VisibleForTesting @Nullable protected AidlSession getSessionForUser(int userId) {
        Slog.d(TAG, "getSessionForUser: mCurrentSession: " + mCurrentSession);
        if (mCurrentSession != null && mCurrentSession.getUserId() == userId) {
            return mCurrentSession;
        } else {
+1 −0
Original line number Diff line number Diff line
@@ -242,6 +242,7 @@ public class Sensor {
    }

    @Nullable protected AidlSession getSessionForUser(int userId) {
        Slog.d(TAG, "getSessionForUser: mCurrentSession: " + mCurrentSession);
        if (mCurrentSession != null && mCurrentSession.getUserId() == userId) {
            return mCurrentSession;
        } else {