2021-10-18 06:51:59 +00:00
|
|
|
# ro.debuggable is off
|
|
|
|
androidboot.microdroid.debuggable=0
|
|
|
|
|
|
|
|
# Console output is not redirect to the host-side.
|
2022-02-15 15:34:04 +00:00
|
|
|
# TODO(b/219743539) This doesn't successfully disable the console
|
|
|
|
kernel.printk.devkmsg=off
|
|
|
|
kernel.console=null
|
2021-10-18 06:51:59 +00:00
|
|
|
|
|
|
|
# ADB is not enabled.
|
|
|
|
androidboot.adb.enabled=0
|
2021-10-18 09:33:28 +00:00
|
|
|
|
|
|
|
# logd is not enabled
|
|
|
|
androidboot.logd.enabled=0
|