Merge "Improve Task launch logging and function naming" into main

This commit is contained in:
Treehugger Robot
2024-09-06 15:15:50 +00:00
committed by Android (Google) Code Review
10 changed files with 136 additions and 123 deletions
@@ -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);