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

Commit 1bfa27be authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Revert "Enable missing back gestures logging to investigate test flake"

This reverts commit 1e49fd3f.

Reason for revert: b/425652879 flakiness recovered

Bug: 425652879
Change-Id: I18cba762340c4bc8131c5abfa7691ef8f44a6886
parent f5b74ac9
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 =