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

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

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

Merge "Merge "Don't log all instant app resolutions" into oc-dev am: 3ef0b826 am: 5ca9d413" into oc-dr1-dev-plus-aosp
am: 6c240e31

Change-Id: If93120172fb811743d876984e2622d09e9c0e1a2
parents b7431e43 6c240e31
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");