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

Commit f734de79 authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "Don't log all instant app resolutions" into oc-dev

am: 3ef0b826

Change-Id: I4ef141816c67957b0302be814315e2e739406c31
parents bc168cf9 3ef0b826
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -121,8 +121,11 @@ public abstract class InstantAppResolver {
                resolutionStatus = RESOLUTION_FAILURE;
            }
        }
        // Only log successful instant application resolution
        if (resolutionStatus == RESOLUTION_SUCCESS) {
            logMetrics(ACTION_INSTANT_APP_RESOLUTION_PHASE_ONE, startTime, token,
                    resolutionStatus);
        }
        if (DEBUG_EPHEMERAL && resolveInfo == null) {
            if (resolutionStatus == RESOLUTION_BIND_TIMEOUT) {
                Log.d(TAG, "[" + token + "] Phase1; bind timed out");