1# The app is debuggable as full_debuggable is a superser of app_debuggable. 2androidboot.microdroid.app_debuggable=1 3 4# ro.debuggable is set. 5androidboot.microdroid.debuggable=1 6 7# Kernel message is exported. 8kernel.printk.devkmsg=on 9kernel.console=hvc0 10 11# ADB is supported and rooting is possible. Note that 12# ro.adb.secure is still 0 (see build.prop) which means that adbd is started 13# unrooted by default. To root, developer should explicitly execute `adb root`. 14androidboot.adb.enabled=1 15 16# logd is enabled 17androidboot.logd.enabled=1 18