Merge "Improve Task launch logging and function naming" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
255bb6a80c
@@ -5494,7 +5494,7 @@ public abstract class RecentsView<
|
||||
finishRecentsAnimation(false /* toRecents */, null);
|
||||
onTaskLaunchAnimationEnd(true /* success */);
|
||||
} else {
|
||||
taskView.launchTask(this::onTaskLaunchAnimationEnd);
|
||||
taskView.launchWithoutAnimation(this::onTaskLaunchAnimationEnd);
|
||||
}
|
||||
mContainer.getStatsLogManager().logger().withItemInfo(taskView.getFirstItemInfo())
|
||||
.log(LAUNCHER_TASK_LAUNCH_SWIPE_DOWN);
|
||||
|
||||
Reference in New Issue
Block a user