commit | 419957e1f19c12fe2e464f9714841bd1ee7f3b78 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Sep 08 22:28:51 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Sep 14 07:04:43 2022 +0900 |
tree | 06ec4b29be0e9c25eb567e95842ab3f487375474 | |
parent | 25109dd9e56aa2cc0677c2403ea1361ae3c3cdf3 [diff] |
Remove logd from Microdroid Logs are now sent directly to /dev/hvc2, instead of being sent to logd and then forwarded by logcat. ro.log.file_logger.enabled is statically set to 1 so that the liblog library doesn't attempt to send logs to logd which doesn't exist. ro.log.file_logger.path is dynamically set to either /dev/hvc2 or /dev/stderr depending on whether the VM is debuggable or not. Bug: 222592894 Test: run Microdroid using the VM tool and see if logs are still shown Test: logd process doesn't exist Change-Id: I3412d4f853f2def8ca1e22fece8b6bf1debc3e92
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.