blob: 5cc553c33e8efe656320f77d1b06da1caffae5e2 [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 +00008kernel.printk.devkmsg=off
Jiyong Park24044fe2022-09-23 15:05:40 +09009kernel.console=ttynull
Jiyong Parke7407e22021-10-18 15:51:59 +090010
11# ADB is not enabled.
12androidboot.adb.enabled=0