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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user