commit | 7e8c9fca444d18e741e0dae54208e1cf9c1d0d8e | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Feb 02 18:02:41 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Feb 02 18:09:19 2022 +0000 |
tree | 11a1f0c76a04d23c57bda94de6426e2b9dbfedf5 | |
parent | 2d4d04aa60da33b6db725fccb2af81111b9ac6cb [diff] |
Write panic messages to logcat We shouldn't panic, but if we do it would be nice to know why. By default the info goes to stderr which isn't that helpful for binaries using logcat. (Code taken from system/security/diced/src/diced_main.rs.) Test: Trigger panic, see logs Change-Id: Ic2423837652415a51d78d3a4a6745ea2632cfa3b
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.