Android之服务adb打印:adb shell +command 关联的服务

123 阅读1分钟

问题一:

adb shell am/pm/wm怎么对应到具体的系统服务?

1.简单介绍

adb shell
cd system/bin
会显示很多bin文件

从这里可以找到对应的am\pm\wm等等
这些bin文件 是怎么关联上系统服务呢?

frameworks/base/cmds下面会有很多对应的目录,这里是关联的入口代码