commit | c16b0cc161e44481f89c654f902a12362c0b36e0 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jan 26 14:57:24 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Jan 26 22:15:45 2023 +0900 |
tree | 537fffdcbe4c870a9d1730f2f9d59b8ed941a4eb | |
parent | 75d0563476ed6fa33238e10c22e0eac262b84ef4 [diff] |
Mkdir data/tombstones before tombstone_transmit Because tombstone_transmit inotifies /data/tombstones and it bails if the directory doesn't exist. This may cause a few seconds of boot time regression. In the worst case, VS may think that the VM hangs. Bug: 266470759 Test: atest MicrodroidHostTestCases MicrodroidTestApp Test: run composd_cmd test-compile and see vm_console Test: run boot time benchmark Change-Id: Iee275978680c7f40cda253f468a10d6876739359
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.