mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Temporarily disable jank tracing
Bug: 174755489 Test: Temporarily fix NPE Change-Id: Ifeae83a307f396c25d0d072abe19e8cf8493c427
This commit is contained in:
@@ -721,10 +721,11 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<?>, Q extends
|
||||
|
||||
@UiThread
|
||||
public void onGestureStarted(boolean isLikelyToStartNewTask) {
|
||||
InteractionJankMonitorWrapper.begin(mRecentsView,
|
||||
InteractionJankMonitorWrapper.CUJ_QUICK_SWITCH, 2000 /* ms timeout */);
|
||||
InteractionJankMonitorWrapper.begin(mRecentsView,
|
||||
InteractionJankMonitorWrapper.CUJ_APP_CLOSE_TO_HOME);
|
||||
// Temporarily disable this until we have a view that we can use
|
||||
// InteractionJankMonitorWrapper.begin(mRecentsView,
|
||||
// InteractionJankMonitorWrapper.CUJ_QUICK_SWITCH, 2000 /* ms timeout */);
|
||||
// InteractionJankMonitorWrapper.begin(mRecentsView,
|
||||
// InteractionJankMonitorWrapper.CUJ_APP_CLOSE_TO_HOME);
|
||||
notifyGestureStartedAsync();
|
||||
setIsLikelyToStartNewTask(isLikelyToStartNewTask, false /* animate */);
|
||||
mStateCallback.setStateOnUiThread(STATE_GESTURE_STARTED);
|
||||
|
||||
Reference in New Issue
Block a user