Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 788876db authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Enable missing back gestures logging to investigate test flake"" into main

parents 56878caf 1bfa27be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public class EdgeBackGestureHandler {
    private static final int MAX_NUM_LOGGED_PREDICTIONS = 10;
    private static final int MAX_NUM_LOGGED_GESTURES = 10;

    public static final boolean DEBUG_MISSING_GESTURE = true;
    public static final boolean DEBUG_MISSING_GESTURE = false;
    public static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture";

    private ISystemGestureExclusionListener mGestureExclusionListener =