Enable gesture debug log for a test failure
Bug: 202433017 Test: none Change-Id: I56d8f8304fd4a60c6e7e8838c1b0762818938e50
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user