Revert "Enable gesture debug log for a test failure" am: 827c5557cd am: e2efbb73b4

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18242198

Change-Id: I83ceea6ae20b1b251fc0640e7be826dd3e7e19ff
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Steve Pfetsch
2022-05-10 06:56:09 +00:00
committed by Automerger Merge Worker

View File

@@ -105,8 +105,7 @@ public class EdgeBackGestureHandler extends CurrentUserTracker
private static final int MAX_NUM_LOGGED_PREDICTIONS = 10;
private static final int MAX_NUM_LOGGED_GESTURES = 10;
// Temporary log until b/202433017 is resolved
static final boolean DEBUG_MISSING_GESTURE = true;
static final boolean DEBUG_MISSING_GESTURE = false;
static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture";
private ISystemGestureExclusionListener mGestureExclusionListener =