| commit | e9b13f9757d7e91c814198dce0c76cf5e404ca7c | [log] [tgz] |
|---|---|---|
| author | Shikha Panwar <shikhapanwar@google.com> | Tue Jun 17 17:28:32 2025 +0000 |
| committer | Shikha Panwar <shikhapanwar@google.com> | Tue Jun 17 19:35:01 2025 +0000 |
| tree | 7774945dca231b329c053a9b244c371a5b424d14 | |
| parent | aa19cfc49f9c87b860ea6dffefd5dcc21a10f3a8 [diff] |
BenchmarkVmListener: Avoid throwing Exception We would like to create tests where VM is stopped whilst payload is performing some operations. In such cases, the callback is likely to fail with DeadObjectException. Log & ignore those Exceptions instead of throwing RuntimeExceptions. Similarly, forceStop() may fail, incase the VM was stopped already from a different thread. Ignore exceptions from forceStop() Test: Builds/MicrodroidBenchmark Bug: 417994323 Flag: EXEMPT test Change-Id: I5beff47a168c3fccf0d7411f70457a65c533e85d
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: