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

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

Enable missing back gestures logging to investigate test flake

Bug: 425652879
Test: presubmit
Flag: EXEMPT enabling debug logging only
Change-Id: Id7ce2bc9fae5aad90b264832ee7f929f5407d3ba
parent 6b20127d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class EdgeBackGestureHandler {
    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;
    static final boolean DEBUG_MISSING_GESTURE = true;
    public static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture";

    private ISystemGestureExclusionListener mGestureExclusionListener =