commit | 557762a8c1135afc02c8ddfb521af916741ed8ba | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Oct 26 21:02:32 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Oct 27 01:34:39 2021 +0900 |
tree | 1ffc5e2a2ac5cf4d827614b55109a32b340742aa | |
parent | fa91d70fef2a6b9f27793545f3e0d3d1bdd2c7a8 [diff] |
Debug mode can be changed in the demo app This CL fixes a bug that changing the debug mode setting crashes the demo app. When the setting changes, the existing VM is deleted and a new one is created. This CL also fixes a bug in the framework code; the idsig file was not deleted when a VM is deleted. Bug: N/A Test: execute the demo app. run the vm with and without the demo mode. The app doesn't crash. Change-Id: I53c349dd88203a19bf77a1189049d8a572cef5d9
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.