如何在不使用adb shell的情况下获取android应用程序的pid?
如何在不使用 adb shell 的情况下获取 Android 应用程序 pid?有没有API可以获取pid. 任何帮助将不胜感激
How can I get an android application pid without using adb shell? Is there any API to get pid.
any help will be appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于每个应用程序都有自己的进程ID,因此可以通过
As every application has its own process id, one can get it by
这也有效:
This also works: