Andrew Scull | 65ddfc4 | 2022-02-14 21:03:58 +0000 | [diff] [blame^] | 1 | # The app is debuggable as full_debuggable is a superser of app_debuggable. |
| 2 | androidboot.microdroid.app_debuggable=1 |
| 3 | |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 4 | # ro.debuggable is set. |
| 5 | androidboot.microdroid.debuggable=1 |
| 6 | |
| 7 | # Kernel message is exported. |
Jiyong Park | c2a49cc | 2021-10-15 00:02:12 +0900 | [diff] [blame] | 8 | kernel.printk.devkmsg=on |
Jiyong Park | 747d636 | 2021-10-19 17:12:52 +0900 | [diff] [blame] | 9 | kernel.console=hvc0 |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 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`. |
| 14 | androidboot.adb.enabled=1 |
Jiyong Park | 779daa9 | 2021-10-18 18:33:28 +0900 | [diff] [blame] | 15 | |
| 16 | # logd is enabled |
| 17 | androidboot.logd.enabled=1 |