commit | 779daa97640c47770836efa9a888e0d5a00a5c52 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Oct 18 18:33:28 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Oct 27 01:34:39 2021 +0900 |
tree | 91569c6779e93f9cdf65580cdefc5d9a17c32213 | |
parent | f30b928bab9a296a1e8d74f651beb7b39ee3fded [diff] [blame] |
Run logd only when debug_level is set When debug_level is set to none, logd is not started at all. Bug: 200914564 Test: run a VM with and without --debug full Change-Id: Idb1ea3753067242eb0dcd53d3ae783e9e947ca32
diff --git a/microdroid/bootconfig.normal b/microdroid/bootconfig.normal index f7cdfc7..9cfb55a 100644 --- a/microdroid/bootconfig.normal +++ b/microdroid/bootconfig.normal
@@ -6,3 +6,6 @@ # ADB is not enabled. androidboot.adb.enabled=0 + +# logd is not enabled +androidboot.logd.enabled=0