在 init.rc 里有一段
on property:ro.debuggable=1
start console
当user debug时 ro.debuggable=0,console 不会被启动
我们再增加一条
on property:ro.debuggable=0
start console
2022-08-19 22:50:24
在 init.rc 里有一段
on property:ro.debuggable=1
start console
当user debug时 ro.debuggable=0,console 不会被启动
我们再增加一条
on property:ro.debuggable=0
start console