blob: 4378dbc391e6401754ca7549ee7ea6ea350b76d6 [file] [log] [blame]
Jiyong Parke7407e22021-10-18 15:51:59 +09001# ro.debuggable is off
2androidboot.microdroid.debuggable=0
3
4# Console output is not redirect to the host-side.
Andrew Sculle127cff2022-02-15 15:34:04 +00005# TODO(b/219743539) This doesn't successfully disable the console
6kernel.printk.devkmsg=off
7kernel.console=null
Jiyong Parke7407e22021-10-18 15:51:59 +09008
9# ADB is not enabled.
10androidboot.adb.enabled=0
Jiyong Park779daa92021-10-18 18:33:28 +090011
12# logd is not enabled
13androidboot.logd.enabled=0