android_packages_modules_Vi.../vmbase/example/tests
Jakob Vukalovic ef99629345 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
2023-04-19 11:48:13 +01:00
..
test.rs vmbase: Temporarily disable logging in exception handlers 2023-04-19 11:48:13 +01:00