commit | b8182bb39d37b3e435b8f8251ce0dbe8e6b91692 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Oct 26 22:53:08 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Oct 27 10:07:12 2021 +0900 |
tree | aadd5a84d0bab8e44213adfa9fabb65847455ae6 | |
parent | 557762a8c1135afc02c8ddfb521af916741ed8ba [diff] |
Console output and OS logs are separated The console output and the log output from a VM can now be redirected to different file descriptors. IVirtualizationService.createVm method is extended to accept two file descriptors - one for the console output and the one for the OS logs. The Java framework, the vm tool, the demo app, and the compos are also modified to correctly use the modified AIDL API. The demo app is slightly refactored to better render the two outputs on a small screen - smaller font size, no line wrap with horizontal scrolling. Bug: 200914564 Test: run MicrodroidDemoApp. run microdroid using the vm tool Change-Id: Id7bcfd75cd775a8fba5a13d5f6d2faafce2370ff
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.