diff options
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/input/input_flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig index e8575a6103..6302ff5ff3 100644 --- a/libs/input/input_flags.aconfig +++ b/libs/input/input_flags.aconfig @@ -34,3 +34,10 @@ flag { description: "Set to true to enable multi-device input: touch and stylus can be active at the same time, but in different windows" bug: "211379801" } + +flag { + name: "a11y_crash_on_inconsistent_event_stream" + namespace: "accessibility" + description: "Brings back fatal logging for inconsistent event streams originating from accessibility." + bug: "299977100" +} |