Merge "Revert "Enable NoBackGesture logging"" into sc-v2-dev am: 5c4007434a am: 5f6da6da17

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

Change-Id: Ic0077fa496d8b1f426d081c9ec3c385195ceac35
This commit is contained in:
Alex Chau
2021-11-16 18:45:37 +00:00
committed by Automerger Merge Worker

View File

@@ -100,8 +100,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/201642126 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 =