Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 1 | # ro.debuggable is off |
| 2 | androidboot.microdroid.debuggable=0 |
| 3 | |
| 4 | # Console output is not redirect to the host-side. |
Andrew Scull | e127cff | 2022-02-15 15:34:04 +0000 | [diff] [blame^] | 5 | # TODO(b/219743539) This doesn't successfully disable the console |
| 6 | kernel.printk.devkmsg=off |
| 7 | kernel.console=null |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 8 | |
| 9 | # ADB is not enabled. |
| 10 | androidboot.adb.enabled=0 |
Jiyong Park | 779daa9 | 2021-10-18 18:33:28 +0900 | [diff] [blame] | 11 | |
| 12 | # logd is not enabled |
| 13 | androidboot.logd.enabled=0 |