commit | 37105a6a4ec22550767ae6b7842c24360132147d | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Oct 18 12:21:48 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 19 20:34:19 2022 +0100 |
tree | c32efc6bfc4878da00940af823bc56e6ea326712 | |
parent | eb9f8757e6996d2bb7d996a9951545ec1d36dcb6 [diff] |
pvmfw: Use vmbase::logger and the log API For now, initialize the logger to print any log entry. Replace all println!() with their appropriate corresponding log macro. Rework the main() bootflow to have a single reboot() point. Test: - Change-Id: I3633b7f4c406887c6a810c43f2ec5a6ccf4b7907
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.