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

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

Change-Id: I2d3eb1523f1cb3fd29b5b8d50c17e0fe05a57a6c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Steve Pfetsch
2022-05-10 10:29:58 +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 =