Revert "Enable NoBackGesture logging"

This reverts commit 7161531532.

Reason for revert: extra log no-longer needed
Fix: 201642126
Fix: 206145556

Change-Id: I6908ad873f26c3270e8e9ef360e8fa1fea2b3e3d
This commit is contained in:
Alex Chau
2021-11-16 14:08:54 +00:00
parent 7161531532
commit efc78bb35b

View File

@@ -101,8 +101,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 static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION =