commit | e7407e22fc946261504e71a81ffbd5d9c1740e0c | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Oct 18 15:51:59 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Oct 18 20:38:23 2021 +0900 |
tree | 6efb145b4697acbc1e771d3d498cbddf4dd45aeb | |
parent | 2294b03332be488acaba7043cc264b10be0bfc11 [diff] |
Don't start adb if debugging is off * Debug level None: adb is not supported * Debug level app_only: adb is supported, but rooting is prohibited * Debug level full: adb is supported and can be rooted Bug: 201362865 Test: start a VM with `--debug none` and try to connect to the VM via adb. It doesn't work as expected. Change-Id: I95fe01e722d974ff1eb29469ac96abe7d785288d
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.