Merge "Remove last transition info after it is logged" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ceec07f033
@@ -978,6 +978,7 @@ class ActivityMetricsLogger {
|
||||
final TransitionInfoSnapshot infoSnapshot =
|
||||
new TransitionInfoSnapshot(info, r, (int) startupTimeMs);
|
||||
BackgroundThread.getHandler().post(() -> logAppFullyDrawn(infoSnapshot));
|
||||
mLastTransitionInfo.remove(r);
|
||||
|
||||
if (!info.isInterestingToLoggerAndObserver()) {
|
||||
return infoSnapshot;
|
||||
|
||||
Reference in New Issue
Block a user