Go to file
Jooyung Han b7983a2683 vm run --log <logfile>
Just like run-app command, run supports --log flag to redirect the VM
log output.

Bug: 218934597
Test: vm run --log <logfile> ...
Change-Id: I077a6d22cfc10b4e537b73f8ed0cd7f838a81231
2022-02-22 05:27:29 +09:00
.prebuilt_info Revert "Drop prebuilt files to android source tree." 2022-02-21 12:55:22 +01:00
apex sign_virt_apex: --signing_args for avbtool's extra args 2022-02-07 07:11:42 +00:00
apkdmverity Verify and mount extra apks 2021-12-08 14:09:57 +09:00
authfs Merge "Add comment for how O_CREAT and O_TRUNC is handled" 2022-02-15 18:20:18 +00:00
compos Merge "Remove old key management" 2022-02-18 12:45:20 +00:00
demo Enable --extended-status for crosvm and return reason why VM died. 2022-01-14 16:07:03 +00:00
docs/getting_started Relanding: "Add our integration tests to cts" 2022-02-08 09:15:30 +09:00
javalib Fix @Nullable for javalibs 2022-02-18 15:25:18 +09:00
launcher
libs Move libs into libs/ 2022-02-19 00:12:32 +09:00
microdroid Merge "Add a property to reflect the app debuggability" 2022-02-16 11:56:04 +00:00
microdroid_manager Add a property to reflect the app debuggability 2022-02-16 09:53:14 +00:00
pvmfw Revert "Drop prebuilt files to android source tree." 2022-02-21 12:55:22 +01:00
tests Don't call onDied() explicitly in MicrodroidTests 2022-02-21 15:13:34 +00:00
virtualizationservice Merge "Reduce virtualizationservice log level." 2022-02-14 09:58:28 +00:00
vm vm run --log <logfile> 2022-02-22 05:27:29 +09:00
zipfuse
.clang-format
.gitignore
Android.bp
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING import ./virtualizationservice/TEST_MAPPING 2022-02-19 00:12:34 +09:00
rustfmt.toml

README.md

Virtualization

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.