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

Commit 151134e7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Distinguish process-switch for launch trace" into tm-dev am: 8890d473 am: d8b5b700

parents 96a53d05 d8b5b700
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -214,7 +214,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.