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

Commit b18c68b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add PrepareGetSession Construction Log" into main

parents ce025251 c15b0b71
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ public class PrepareGetRequestSession extends GetRequestSession {
                        Collectors.toSet())).size(); // Dedupe type strings
        mRequestSessionMetric.collectGetFlowInitialMetricInfo(request);
        mPrepareGetCredentialCallback = prepareGetCredentialCallback;

        Slog.i(TAG, "PrepareGetRequestSession constructed.");
    }

    @Override