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

Commit 8890d473 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Distinguish process-switch for launch trace" into tm-dev

parents 23ed66f1 a55436d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -212,7 +212,8 @@ class ActivityMetricsLogger {
            if (mAssociatedTransitionInfo == null) {
                launchResult = ":failed";
            } else {
                launchResult = (abort ? ":canceled:" : ":completed:")
                launchResult = (abort ? ":canceled:" : mAssociatedTransitionInfo.mProcessSwitch
                        ? ":completed:" : ":completed-same-process:")
                        + mAssociatedTransitionInfo.mLastLaunchedActivity.packageName;
            }
            // Put a supplement trace as the description of the async trace with the same id.