commit | 175fc99cca6063981eeca71c15b5c72e50359172 | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Fri Jan 31 10:37:40 2020 -0800 |
committer | Lucas Dupin <dupin@google.com> | Fri Jan 31 10:37:40 2020 -0800 |
tree | 5f8e7276c81914874b60920f29d8f4c9521cfe7e | |
parent | 9dfa86c5cee8f783ef514e5df9264e5bbc9cb4f0 [diff] |
Do not synchronize on IPCs and callbacks This can lead to ANRs and deadlocks, given that we might wait for an unreasonable amount of time. Test: atest Test: manual Fixes: 148634425 Change-Id: Iad7f47b18613d2aa3a5590d4c7c9556bbf545735