Siarhei Vishniakou | 9681896 | 2023-08-23 10:19:02 -0700 | [diff] [blame^] | 1 | package: "com.android.input.flags" |
| 2 | |
| 3 | flag { |
| 4 | name: "enable_outbound_event_verification" |
| 5 | namespace: "input" |
| 6 | description: "Set to true to enable crashing whenever bad outbound events are detected inside InputTransport" |
| 7 | bug: "271455682" |
| 8 | } |
| 9 | |
| 10 | flag { |
| 11 | name: "enable_inbound_event_verification" |
| 12 | namespace: "input" |
| 13 | description: "Set to true to enable crashing whenever bad inbound events are going into InputDispatcher" |
| 14 | bug: "271455682" |
| 15 | } |