# The app is not debuggable. androidboot.microdroid.app_debuggable=0 # ro.debuggable is off androidboot.microdroid.debuggable=0 # Console output is not redirect to the host-side. # TODO(b/219743539) This doesn't successfully disable the console kernel.printk.devkmsg=off kernel.console=null # ADB is not enabled. androidboot.adb.enabled=0 # logd is not enabled androidboot.logd.enabled=0