commit | 9eca31914f28bd0df221e8661252a73e9c9e8641 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Oct 31 16:55:36 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Oct 31 17:07:37 2022 +0900 |
tree | d41b0b695acc4ead7eb4f662c9b5ebb89d963549 | |
parent | b0a0257ab1905bf20b1210f20c68e33e07e99bb5 [diff] |
Compos test compilation is only for dogfooders and is critical For dogfooders (to be specific, userdebug/eng builds), compos test compilation is triggered daily (when the device is idle of course) even without ART mainline updates. If it fails to start the VM, composd is killed - instead of reporting it back to system_server where it is silently ignored. The composd crash report will then automatically be written to the dropbox so that dogfooders have a chance to upload it. Bug: 250929504 Test: `adb shell cmd jobscheduler run -f android 5132250` and `adb shell "kill -11 $(pidof composd)"` Change-Id: Ia9bb1597f8f9ead7b88dcce2e92adf61bdcafc7e
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.