blob: ea83287034b3699e4e212e21ce2b8a6691ff2940 [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
Alan Stokes372a8202022-03-14 16:31:22 +000010# TODO(b/219743539) Setting this to null makes everything slow
11kernel.console=hvc0
Jiyong Parke7407e22021-10-18 15:51:59 +090012
13# ADB is not enabled.
14androidboot.adb.enabled=0
Jiyong Park779daa92021-10-18 18:33:28 +090015
16# logd is not enabled
17androidboot.logd.enabled=0