commit | 8c2d678f4a654aebb89ecc4e17f777bedf06b4d9 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Wed Mar 23 17:08:12 2022 +0000 |
committer | Victor Hsieh <victorhsieh@google.com> | Wed Mar 23 17:12:20 2022 +0000 |
tree | 35e01c6b6e1a12d8acd6a7f2969266dfb26c6f03 | |
parent | c55691b7ded9dffad3719c9d1582700a9dc4d57a [diff] |
Run a non-protected VM at DebugLevel::APP_ONLY Instead of assigning the debug level by `parameters.debug_mode`, take `protected_vm` into consideration. Effectively, this allows us to run a non-protected VM in `APP_ONLY` debug level. This is to allow collecting logs from cuttlefish for better debuggability in CI. Bug: 223784827 Test: Able to see VM log files on CF Change-Id: Iadfd9384cb29bada20a9578a3420c35b7b4521da
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.