commit | 4ca9727b3e8340911bccceca0a6f678369f6c351 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Wed Mar 01 11:31:35 2023 -0800 |
committer | Siarhei Vishniakou <svv@google.com> | Wed Mar 01 11:37:03 2023 -0800 |
tree | 4ca9bc4c83e9875250199f1a4787881b462dd040 | |
parent | 8d3b1233157c4612d56a663e5bc46a0556242d3a [diff] |
DO NOT MERGE Do not crash when invalid event is received The inputlistener is sending some bad data to InputDispatcher. We suspect it's coming from the InputReader, and is caused by uninitialized data. While we are looking for the root cause and trying to address it by refactoring, let's not crash and just skip handling of the bad event. Bug: 256009910 Test: none Change-Id: If7061e17837183b81e52f7d076b8d9a980d70ae0