commit | 86ca0164c04a07c3d3f102c4d23aed81534e4090 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Oct 20 02:21:02 2021 +0000 |
committer | Inseob Kim <inseob@google.com> | Wed Oct 20 02:21:02 2021 +0000 |
tree | 98c0ad2e3f175165c4ccaa4059ad468f89cd69b2 | |
parent | e34247d2b57b3dcef4d2543a855865d83f474213 [diff] |
Trigger onPayloadStarted before spawning payload It's really unlikely, but onPayloadReady can be triggered before onPayloadStarted depending on the scheduler. This triggers onPayloadStarted before spawning payload, to ensure the callback order Started - Ready - Finished. Bug: 201266148 Test: atest MicrodroidHostTestCases Change-Id: I5ab0a09d9547779c542e4c4191cf19fc0257163d
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.