commit | 690ec2cbf97fec36264731a3e9227c8136f6b6bb | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Wed Feb 05 18:31:33 2025 -0800 |
committer | Frederick Mayle <fmayle@google.com> | Thu Feb 06 13:43:10 2025 -0800 |
tree | f5e2812f394f0902fc758743633bf6eb7ece8eb1 | |
parent | 26e41affcd53edf1f57b729f0fe536dbccdb338b [diff] |
virtmgr: remove carriage returns from VM console logcat Most OS's, like Linux, include a \r when writing lines to a serial ports or virtio-console. They don't belong in logcat, so strip them out before calling `info!`. I noticed this because I ran `adb -d logcat -v color -d | less -R` and saw lots of '^M'. Test: boot microdroid and check for \r in the logcat Change-Id: I95407cc73cf1ad8f6754d97ec41f27de4a3ef17c
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: