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

Commit c15b0b71 authored by Arpan's avatar Arpan
Browse files

Add PrepareGetSession Construction Log

In recent analysis of metrics, we've noticed this log could provide
valuable information in understanding certain browser calls.
Adding this in so that it can be available in future logs.

Bug: 393172214
Test: Build
Change-Id: If6e9c84e8219a06cad9e0646a80af552856220a6
Flag: android.credentials.flags.fix_metric_duplication_emits
parent a8fc1973
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