commit | 504b430741b282c9171a3737c0b460db25f3aec3 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Oct 30 12:22:50 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Oct 31 12:28:11 2023 +0000 |
tree | e29c60d58927fbd6c174b6dcd749077f018e6096 | |
parent | eba27793d7d4452c023b377798ec82c67be5f4fa [diff] |
libfdt: tests: Improve assert!() error messages Make assert!() log as much context as possible on error by reworking uses of unwrap() or is_{some,none}() in the macro. To illustrate, using let x = Some(42); assert_eq!(x, None); instead of assert!(x.is_none()) prints out assertion `left == right` failed left: Some(42) right: None instead of "assertion failed: x.is_none()". Test: atest liblibfdt.integration_test Change-Id: Ia1c4a3af02d1e2df747ef82c8b963166c39de450
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:
How-Tos: