Revert "Enable gesture debug log for a test failure"

This reverts commit 1ec8d20440.

Reason for revert: verbose

Bug: 232017677
Change-Id: Id33a85e5eba86c77c9bd060e64f0e484b2f8e6f5
This commit is contained in:
Steve Pfetsch
2022-05-09 20:45:10 +00:00
parent 932e0369e9
commit 827c5557cd

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 =