Android - 有没有一种 SDK 方法可以找出由 pid 标识的进程消耗的确切内存量?

发布于 2024-08-28 11:02:14 字数 103 浏览 4 评论 0原文

我想单独检查每个正在运行的进程的内存消耗, 猫 /proc//statm 可以,但是为每次检查打开 shell 非常耗时,而且可能不是最好的方法。有什么建议如何使用 SDK 来做到这一点吗?

I would like to check the memory consumption of each running processes individually,
cat /proc//statm
is ok, but opening a shell for each check is time consuming, and maybe not the best way. any advices how to do it with the SDK?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒儿 2024-09-04 11:02:14

The short answer is "You can do it, but it's very complicated". Have a look at this similar question, where one of the Android software engineers gives a long discussion of the issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文