Merge "Revert "Enable NoBackGesture logging"" into sc-v2-dev

This commit is contained in:
Alex Chau
2021-11-16 18:08:11 +00:00
committed by Android (Google) Code Review

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_PREDICTIONS = 10;
private static final int MAX_NUM_LOGGED_GESTURES = 10; private static final int MAX_NUM_LOGGED_GESTURES = 10;
// Temporary log until b/201642126 is resolved static final boolean DEBUG_MISSING_GESTURE = false;
static final boolean DEBUG_MISSING_GESTURE = true;
static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture"; static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture";
private static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION = private static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION =