commit | ebd7c3fa5461020a7776d2f2e66fd5f692e75440 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Mon Mar 10 16:42:46 2025 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Mar 13 08:11:15 2025 -0700 |
tree | 45f023e8811af2a8b54f75c33baeb64aa6d9a2c6 | |
parent | a781e518d63e47bd5f1e02ce6736a2c476caa7fa [diff] |
Increase the priority of microdroid_launcher process When capturing traces inside Microdroid VM (e.g. by using perfetto), the tracing daemons and adbd / sh processes sometimes can prevent the payload from running, which skews the results of the tracing. This patch attempts to minimize the effect of tracing by increasing the priority of the microdroid_launcher process. This is achieved by setting the nice value to -20 (lowest possible). Test: boot microdroid & check nice value of microdroid_launcher Change-Id: I0d1c41a803d41f11c1c58f5b85d3b8aa9eb8bca8
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: