commit | 9ac33f1325f6b29737c2319aae49e9617e30cd33 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Tue Mar 17 14:40:25 2020 -0700 |
committer | Marco Nelissen <marcone@google.com> | Wed Mar 18 16:45:04 2020 +0000 |
tree | a9ccad2454a5483218da0495aba9b05a8e604021 | |
parent | 69a1926280355194514a78960c461f259516c998 [diff] |
Fix CTS crash Calling fail() from a callback thread after the main thread has already called fail() results in the CTS process crashing, which in turn can cause some tests to be missed when it is restarted. Bug: 151448144 Test: run Change-Id: I0464c2ce50d684d1e35d52133dcef725acb934c8 (cherry picked from commit 2de2456d8115ccdc8dceab9b7cbbbe0dc9041919)