commit | ef99629345d4b0d572b341001b3312b567576a01 | [log] [tgz] |
---|---|---|
author | Jakob Vukalovic <jakobvukalovic@google.com> | Thu Apr 13 14:28:34 2023 +0000 |
committer | Jakob Vukalovic <jakobvukalovic@google.com> | Wed Apr 19 11:48:13 2023 +0100 |
tree | 39def057247b8aed45521671b95781aceb79ce8d | |
parent | 16b18090fa996d474837c629fefcb26cb700ee22 [diff] |
vmbase: Temporarily disable logging in exception handlers Add `logger::block` which temporarily disables logging. This should be used to prevent log messages being sent to UART from exception handlers. It allows calling external code in exception handlers which may produce log messages. Also stop exporting `println` macros from vmbase for the same reason and use log macros instead. Bug: 245267332 Test: atest vmbase_example.integration_test Change-Id: I99e5ea1fa15e7371fd680e4086a3685ac489111d
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.