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

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

Merge "Change the order of app transition finish logging."

parents 8404b4ab 6f0b47d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -751,10 +751,10 @@ class ActivityMetricsLogger {
        if (abort) {
            launchObserverNotifyActivityLaunchCancelled(info);
        } else {
            logAppTransitionFinished(info);
            if (info.isInterestingToLoggerAndObserver()) {
                launchObserverNotifyActivityLaunchFinished(info, timestampNs);
            }
            logAppTransitionFinished(info);
        }
        info.mPendingDrawActivities.clear();
        mTransitionInfoList.remove(info);