commit | bff22e131b39395f2f9032ffd9d3a1d6e939ef2a | [log] [tgz] |
---|---|---|
author | Jakob Vukalovic <jakobvukalovic@google.com> | Tue Apr 18 14:50:47 2023 +0100 |
committer | Jakob Vukalovic <jakobvukalovic@google.com> | Thu Apr 20 09:04:59 2023 +0100 |
tree | 3d151a1e17a5b1c276c496d760613e25199fef92 | |
parent | 16b18090fa996d474837c629fefcb26cb700ee22 [diff] |
pvmfw: Replace calls to emergency_write_str Replace calls to `emergency_write_str` with `eprintln` macro for consistency. `eprintln` uses `emergency_write_str` internally, so it is still safe to use in exception handlers. Test: atest MicrodroidTestApp Change-Id: If9bebb4f56e22e4b4e4fef34313e0118ff71f40a
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.