Improve Task launch logging and function naming

Fix: 360186814
Test: manual
Flag: EXEMPT REFACTOR
Change-Id: I22c5a08382800941f0dd8f64f6129438ac04edaa
This commit is contained in:
Alex Chau
2024-09-05 16:45:44 +01:00
parent 9c1fd149dd
commit 54fc5e0e52
10 changed files with 136 additions and 123 deletions
@@ -5485,7 +5485,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);