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

Commit 82e112c2 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Android (Google) Code Review
Browse files

Merge "Enable input consumer selection reason logging and gesture navigation...

Merge "Enable input consumer selection reason logging and gesture navigation error detection." into tm-qpr-dev
parents 8cb0383e 119ae79e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -65,12 +65,12 @@ public final class FeatureFlags {
     */
     */
    public static final BooleanFlag ENABLE_INPUT_CONSUMER_REASON_LOGGING = getDebugFlag(
    public static final BooleanFlag ENABLE_INPUT_CONSUMER_REASON_LOGGING = getDebugFlag(
            "ENABLE_INPUT_CONSUMER_REASON_LOGGING",
            "ENABLE_INPUT_CONSUMER_REASON_LOGGING",
            false,
            true,
            "Log the reason why an Input Consumer was selected for a gesture.");
            "Log the reason why an Input Consumer was selected for a gesture.");


    public static final BooleanFlag ENABLE_GESTURE_ERROR_DETECTION = getDebugFlag(
    public static final BooleanFlag ENABLE_GESTURE_ERROR_DETECTION = getDebugFlag(
            "ENABLE_GESTURE_ERROR_DETECTION",
            "ENABLE_GESTURE_ERROR_DETECTION",
            false,
            true,
            "Analyze gesture events and log detected errors");
            "Analyze gesture events and log detected errors");


    // When enabled the promise icon is visible in all apps while installation an app.
    // When enabled the promise icon is visible in all apps while installation an app.