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

Commit d04c6ea2 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

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

parents 2df1ac5b 1e49fd3f
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 =