Add some debug names to various remote transitions

- This helps with debugging and shell dumps

Bug: 378565144
Flag: EXEMPT adding debug strings
Test: dumpsys activity service SystemUIService WMShell
Change-Id: I57ea1c359667b4e7f7ac1e261cc6fba6ad30c6e7
This commit is contained in:
Winson Chung
2024-12-06 05:58:08 +00:00
parent 1c9b6dd4f3
commit b26430a9e4
4 changed files with 10 additions and 7 deletions
@@ -15,6 +15,7 @@
*/
package com.android.launcher3.taskbar;
import static com.android.launcher3.desktop.DesktopAppLaunchTransition.AppLaunchType.UNMINIMIZE;
import static com.android.launcher3.util.Executors.MAIN_EXECUTOR;
import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
@@ -285,8 +286,8 @@ public class KeyboardQuickSwitchViewController {
) {
// This app is being unminimized - use our own transition runner.
remoteTransition = new RemoteTransition(
new DesktopAppLaunchTransition(
context, MAIN_EXECUTOR, AppLaunchType.UNMINIMIZE));
new DesktopAppLaunchTransition(context, MAIN_EXECUTOR, UNMINIMIZE),
"DesktopKeyboardQuickSwitchUnminimize");
}
mControllers.taskbarActivityContext.handleGroupTaskLaunch(
task,