commit | 84b91210fb680b83e5c3d5ca4578c1dd019501a0 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Tue Feb 28 00:11:57 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Tue Feb 28 18:05:13 2023 +0900 |
tree | e3e3b963ced7ccb2a979e3fa7ed652fc29bb1cb3 | |
parent | 46a79d9a1752f5007791e1caf00f7d5f534ccf3a [diff] |
Fix failure in outputIsNotRedirectedToLogcatIfNotDebuggable This issue is mix of both test side issue and code. In test, tests expects no console output for non-debuggable VM but DP may enables console output. Currently userdebug build does so. Stops runnning the test if DP would turn on console output. In code, console output hasn't been properly printed even when DP enables console output for unprotected + non-debuggable. Fixes the issue by adding necessary bootargs for unprotected + non-debuggable VM. Bug: 270652149 Test: atest and run unprotected + non-debuggable VM when DP enables log Change-Id: I79bf4f74d4cc4acc3e6ddcbe9452ec1560158fa4
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.