Trace fold/unfold animation with atrace

This cl adds an always present listener to UnfoldTransitionProgressProvider to log a trace when the animation is running.

Bug: 203391751
Test: Traced with perfetto on top of this change and verified it is present as expected
Change-Id: I560c705795a37315bbdbdca0a1278bf7a2d99a64
This commit is contained in:
Nicolo' Mazzucato
2022-01-04 17:44:16 +01:00
parent 2215377081
commit 23a4275e1c
@@ -336,7 +336,8 @@ public abstract class BaseQuickstepLauncher extends Launcher
getSystemService(DeviceStateManager.class),
getSystemService(SensorManager.class),
getMainThreadHandler(),
getMainExecutor()
getMainExecutor(),
/* tracingTagPrefix= */ "launcher"
);
mLauncherUnfoldAnimationController = new LauncherUnfoldAnimationController(