commit | e4c8f942443216c4f3a4388a7288dc0356ac0577 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Wed Feb 16 16:54:21 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Thu Feb 17 03:43:05 2022 +0000 |
tree | b03dc8d9acd5903ae818f460d9c22e0c5a1927d2 | |
parent | 2c4a966d7446685d217a6b3fcf1e7d4b19c0eb37 [diff] |
Don't assert from executor If assertions fail in the executor thread, the test fails uncleanly and can even kill the test app causing subsequent tests to fail with infrastructure errors. Resolve this by only asserting on the main thread, saving the values to check out of the executor thread. Test: atest MicrodroidTestApp Bug: 218935426 Change-Id: I8289e6248934acdf67e37fa5e01c037a45a244b3
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.