• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# The app is debuggable.
2androidboot.microdroid.app_debuggable=1
3
4# TODO(b/203369076) This should be 0 to disable adb rooting. For now, we can't do that because
5# if this is set to 0, adbd enforces the host authentication but we don't put the adb
6# public key (which represents the owner) in the VM yet.
7androidboot.microdroid.debuggable=0
8
9# Console output is not redirect to the host-side.
10# TODO(b/219743539) This doesn't successfully disable the console
11kernel.printk.devkmsg=off
12kernel.console=null
13
14# ADB is supported but rooting is prohibited.
15androidboot.adb.enabled=1
16
17# logd is enabled
18# TODO(b/200914564) Filter only the log from the app
19androidboot.logd.enabled=1
20