blob: 708d64b46ef58f5b3d8ff4028a0f58aca81745c1 [file] [log] [blame]
Andrew Scull65ddfc42022-02-14 21:03:58 +00001# The app is not debuggable.
2androidboot.microdroid.app_debuggable=0
3
Jiyong Parke7407e22021-10-18 15:51:59 +09004# ro.debuggable is off
5androidboot.microdroid.debuggable=0
6
7# Console output is not redirect to the host-side.
Andrew Sculle127cff2022-02-15 15:34:04 +00008# TODO(b/219743539) This doesn't successfully disable the console
9kernel.printk.devkmsg=off
10kernel.console=null
Jiyong Parke7407e22021-10-18 15:51:59 +090011
12# ADB is not enabled.
13androidboot.adb.enabled=0
Jiyong Park779daa92021-10-18 18:33:28 +090014
15# logd is not enabled
16androidboot.logd.enabled=0