1# The app is not debuggable. 2androidboot.microdroid.app_debuggable=0 3 4# ro.debuggable is off 5androidboot.microdroid.debuggable=0 6 7# Console output is not redirect to the host-side. 8# TODO(b/219743539) This doesn't successfully disable the console 9kernel.printk.devkmsg=off 10# TODO(b/219743539) Setting this to null makes everything slow 11kernel.console=hvc0 12 13# ADB is not enabled. 14androidboot.adb.enabled=0 15 16# logd is not enabled 17androidboot.logd.enabled=0 18