commit | 08eee7b261f39d215ae723860a0e9076c964d79c | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Nov 11 15:01:26 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Nov 21 16:16:00 2022 +0900 |
tree | b37fa6ce49c7e0a71d5e9feff2a5fbc30d576298 | |
parent | 56f5a5508014e031f044b4f080e031d2c32a1daf [diff] |
Enrich logs The name of the VMs and identity of their requesters are shown in the log. Previously, absence of this information made it difficult for developers to identity which invocation of crosvm is for which application. Bug: 251751405 Test: run a VM and observe the log Non-protected virtual machine "VmRunApp" (owner: "shell", cid: 10) created Non-protected virtual machine "VmRunApp" (owner: "shell", cid: 10) started Non-protected virtual machine "VmRunApp" (owner: "shell", cid: 10) stopped Change-Id: I3678ca2257eb6437cb9ca7a7ad84643bb9612bc4
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.