mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Migrate FrameTracker to use ST Jank information (2/2)
Test: FrameTrackerTest Test: Systrace, perform CUJ Bug: 174755489 Change-Id: I6abecbd9b244f443c9df389938d82427f9584037
This commit is contained in:
committed by
Winson Chung
parent
992ab43390
commit
6478fa649a
@@ -175,7 +175,9 @@ public class OverviewCommandHelper {
|
||||
return;
|
||||
}
|
||||
|
||||
InteractionJankMonitorWrapper.begin(InteractionJankMonitorWrapper.CUJ_QUICK_SWITCH);
|
||||
InteractionJankMonitorWrapper.begin(
|
||||
mActivityInterface.getCreatedActivity().getRootView(),
|
||||
InteractionJankMonitorWrapper.CUJ_QUICK_SWITCH);
|
||||
|
||||
// Otherwise, start overview.
|
||||
mListener = mActivityInterface.createActivityInitListener(this::onActivityReady);
|
||||
|
||||
Reference in New Issue
Block a user