mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Enable input consumer selection reason logging and gesture navigation error detection." into tm-qpr-dev am: 82e112c2a4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/19819335 Change-Id: I1a9a37f0e9e58d07abe46527fe5fc98d0929388d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
45140c5372
@@ -65,12 +65,12 @@ public final class FeatureFlags {
|
||||
*/
|
||||
public static final BooleanFlag ENABLE_INPUT_CONSUMER_REASON_LOGGING = getDebugFlag(
|
||||
"ENABLE_INPUT_CONSUMER_REASON_LOGGING",
|
||||
false,
|
||||
true,
|
||||
"Log the reason why an Input Consumer was selected for a gesture.");
|
||||
|
||||
public static final BooleanFlag ENABLE_GESTURE_ERROR_DETECTION = getDebugFlag(
|
||||
"ENABLE_GESTURE_ERROR_DETECTION",
|
||||
false,
|
||||
true,
|
||||
"Analyze gesture events and log detected errors");
|
||||
|
||||
// When enabled the promise icon is visible in all apps while installation an app.
|
||||
|
||||
Reference in New Issue
Block a user