mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Improve transition logging
Adding debug-names to remote transitions so that they can be identified across processes Bug: 276349701 Test: existing tests since this doesn't change logic Change-Id: I41400feeb2dd91971f8c750613085c80af309aea
This commit is contained in:
@@ -321,7 +321,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
ActivityOptions options = ActivityOptions.makeRemoteAnimation(
|
||||
new RemoteAnimationAdapter(runner, duration, statusBarTransitionDelay),
|
||||
new RemoteTransition(runner.toRemoteTransition(),
|
||||
mLauncher.getIApplicationThread()));
|
||||
mLauncher.getIApplicationThread(), "QuickstepLaunch"));
|
||||
return new ActivityOptionsWrapper(options, onEndCallback);
|
||||
}
|
||||
|
||||
@@ -1122,7 +1122,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
mLauncherOpenTransition = new RemoteTransition(
|
||||
new LauncherAnimationRunner(mHandler, mWallpaperOpenTransitionRunner,
|
||||
false /* startAtFrontOfQueue */).toRemoteTransition(),
|
||||
mLauncher.getIApplicationThread());
|
||||
mLauncher.getIApplicationThread(), "QuickstepLaunchHome");
|
||||
|
||||
TransitionFilter homeCheck = new TransitionFilter();
|
||||
// No need to handle the transition that also dismisses keyguard.
|
||||
|
||||
Reference in New Issue
Block a user