Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有解决方案可以在 DDMS 中查看当前正在运行哪些服务?
我正在寻找类似于线程视图的东西来检查我的应用程序服务的绑定/解除绑定。
谢谢
不,对不起。但是,adb shell dumpsys activity services应该给你你需要的东西,尽管输出格式并不完全对用户友好。
adb shell dumpsys activity services