commit | d8e35422554ff049103b69833a13997622586a45 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Mon Oct 11 13:51:27 2021 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Thu Oct 14 15:29:29 2021 +0000 |
tree | 9d536b7cce4a473123f4f2d5df740ad4c5ed128e | |
parent | bee590458fe1e57dee757a4d16df0a6888d9964c [diff] |
Implement dump state API for VirtualizationService - for bugreporting Here, we override the dump method in the service to return info about current VMs running. For info on how bugreport api work - See: go/aidl-cpp#dumpsys & go/bugreporting-api-design Test: Run a VM then adb bugreport will generate the bugreport which will include the report from Virtualization Service Bug: 185231343 Change-Id: Ic8c044c6412aabbcbb97c18e01f8e1c4e41f2b0a
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.