From 824d03637883e662756059247fe8a3c6d8554bc9 Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Tue, 8 Mar 2022 17:24:38 -0800 Subject: [PATCH] Remove stale log statement for b/195430732 Fixes: 195430732 Change-Id: I29e2ea3930238da4fe37f73a1368c4d233841cd0 --- quickstep/src/com/android/quickstep/views/RecentsView.java | 3 --- src/com/android/launcher3/testing/TestProtocol.java | 1 - 2 files changed, 4 deletions(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index cb7e08a255..2e2981eca8 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -45,7 +45,6 @@ import static com.android.launcher3.logging.StatsLogManager.LauncherEvent.LAUNCH import static com.android.launcher3.logging.StatsLogManager.LauncherEvent.LAUNCHER_TASK_DISMISS_SWIPE_UP; import static com.android.launcher3.logging.StatsLogManager.LauncherEvent.LAUNCHER_TASK_LAUNCH_SWIPE_DOWN; import static com.android.launcher3.statehandlers.DepthController.DEPTH; -import static com.android.launcher3.testing.TestProtocol.TASK_VIEW_ID_CRASH; import static com.android.launcher3.touch.PagedOrientationHandler.CANVAS_TRANSLATE; import static com.android.launcher3.util.Executors.MAIN_EXECUTOR; import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR; @@ -2282,8 +2281,6 @@ public abstract class RecentsView