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

Commit 71615315 authored by Alex Chau's avatar Alex Chau
Browse files

Enable NoBackGesture logging

Bug: 201642126
Test: none
Change-Id: I2794933b1fed6ae36b12a45f7fde37e0afe6c127
parent a2fb7496
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -101,8 +101,8 @@ public class EdgeBackGestureHandler extends CurrentUserTracker
    private static final int MAX_NUM_LOGGED_PREDICTIONS = 10;
    private static final int MAX_NUM_LOGGED_GESTURES = 10;

    // Temporary log until b/176302696 is resolved
    static final boolean DEBUG_MISSING_GESTURE = false;
    // Temporary log until b/201642126 is resolved
    static final boolean DEBUG_MISSING_GESTURE = true;
    static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture";

    private static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION =