Enable gesture debug log for a test failure

Bug: 202433017
Test: none
Change-Id: I56d8f8304fd4a60c6e7e8838c1b0762818938e50
This commit is contained in:
Alex Chau
2022-01-31 15:52:36 +00:00
parent ebd845bfa4
commit 1ec8d20440

View File

@@ -104,7 +104,8 @@ public class EdgeBackGestureHandler extends CurrentUserTracker
private static final int MAX_NUM_LOGGED_PREDICTIONS = 10;
private static final int MAX_NUM_LOGGED_GESTURES = 10;
static final boolean DEBUG_MISSING_GESTURE = false;
// Temporary log until b/202433017 is resolved
static final boolean DEBUG_MISSING_GESTURE = true;
static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture";
private ISystemGestureExclusionListener mGestureExclusionListener =