Andrew Scull | 65ddfc4 | 2022-02-14 21:03:58 +0000 | [diff] [blame] | 1 | # The app is not debuggable. |
| 2 | androidboot.microdroid.app_debuggable=0 |
| 3 | |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 4 | # ro.debuggable is off |
| 5 | androidboot.microdroid.debuggable=0 |
| 6 | |
| 7 | # Console output is not redirect to the host-side. |
Andrew Scull | e127cff | 2022-02-15 15:34:04 +0000 | [diff] [blame] | 8 | # TODO(b/219743539) This doesn't successfully disable the console |
| 9 | kernel.printk.devkmsg=off |
Alan Stokes | 372a820 | 2022-03-14 16:31:22 +0000 | [diff] [blame] | 10 | # TODO(b/219743539) Setting this to null makes everything slow |
| 11 | kernel.console=hvc0 |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 12 | |
| 13 | # ADB is not enabled. |
| 14 | androidboot.adb.enabled=0 |