ef99629345
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 |
||
---|---|---|
.. | ||
test.rs |