commit | e127cff68ed7d89c8dcfa43969b4b5ea4b058926 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Tue Feb 15 15:34:04 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Tue Feb 15 17:22:32 2022 +0000 |
tree | abfe8d82e91bee4c18bdc21342a39e15290b7fa5 | |
parent | 527e577d5340974e07712193fe1b1cb83894f083 [diff] |
Disable kmsg when microdroid isn't fully debuggable The default behaviour is to rate limit logs from user space to kmsg so override that to disable the logging instead. This prevents logs from the microdroid system components from showing in the kernel logs while the kernel log is still output on the uart. Make it so microdroid_managed doesn't crash if it can't use /dev/kmsg. Bug: 219743539 Test: MicrodroidTests Change-Id: I68c8335176b088f2a65b6effa77d1cfb9adf1939
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.