Add CUJ_LAUNCHER_APP_SWIPE_TO_RECENTS
Bug: 231130484 Bug: 228969045 Test: recorded prefetto trace while going to recents Change-Id: If33daaa22f904c928f5d4a561a7ac1a03d82b7eb
This commit is contained in:
@@ -165,6 +165,8 @@ public class RecentsAnimationController {
|
||||
mController.finish(toRecents, sendUserLeaveHint);
|
||||
InteractionJankMonitorWrapper.end(InteractionJankMonitorWrapper.CUJ_QUICK_SWITCH);
|
||||
InteractionJankMonitorWrapper.end(InteractionJankMonitorWrapper.CUJ_APP_CLOSE_TO_HOME);
|
||||
InteractionJankMonitorWrapper.end(
|
||||
InteractionJankMonitorWrapper.CUJ_APP_SWIPE_TO_RECENTS);
|
||||
MAIN_EXECUTOR.execute(mPendingFinishCallbacks::executeAllAndDestroy);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user