在 init.rc 里有一段

on property:ro.debuggable=1
    start console

当user debug时 ro.debuggable=0,console 不会被启动

我们再增加一条

on property:ro.debuggable=0
    start console

相关文章:

  • 2021-11-22
  • 2022-12-23
  • 2021-05-02
  • 2022-12-23
  • 2021-06-24
  • 2021-12-01
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2021-11-06
  • 2021-12-14
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
相关资源
相似解决方案