commit | 1c061432937fd53ffcba3e38a73a6cea2f744d24 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Nov 04 12:52:08 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Nov 04 12:52:08 2021 +0900 |
tree | 28730375d8d6722103e2aceb25e225b824fcb756 | |
parent | e8ade4bb25bdd1d2aff7c686f72ede8ebdc32b99 [diff] |
Don't wait for onDied On Cuttlefish, crash of the crosvm process immediately closes all adb connections (b/195765441). As a reuslt, onDied is called "after" the connection is lost and the host thinks that the test has failed to complete. Work around this issue by finishing the test proactively when stop() is called on a virtual machine, without waiting for the onDied callback. Also moving the test to presubmit. Bug: 195765441 Bug: 203483081 Test: atest MicrodroidTestApp Change-Id: I4f7b28f2bc9ccedddee1d5e5e3e81d2672860372
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.