commit | 58baa3045a4b17f51a79542788c6d602a72e07f2 | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Tue Feb 14 19:06:37 2023 -0800 |
committer | Frederick Mayle <fmayle@google.com> | Fri Feb 17 19:36:44 2023 +0000 |
tree | 9054b8c84a6bf6ebd2661b3b69bdf00b119a2f43 | |
parent | 3a81f3b644054e96f1f42d94bcc3497eaa723b43 [diff] |
virtualizationmanager: enable crash_dump workaround This enables crash_dump/debuggerd to inspect crosvm without accidentally reading protected memory. Bug: 238324526 Test: adb shell setenforce 0; adb shell /apex/com.android.virt/bin/vm run-microdroid --protected; adb shell debuggerd $(adb shell pidof crosvm) Change-Id: I8b1dd28fee37efbbf6861e2b832a5534afdb46c9
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.