Android:每个应用程序的电池使用情况

发布于 2024-10-19 13:01:06 字数 48 浏览 1 评论 0原文

有没有办法在 API、adb shell 等中获取每个应用程序每秒的电池使用信息?

Is there anyway to get the battery usage info per application per second in API, adb shell, ...?

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

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

发布评论

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

评论(2

沦落红尘 2024-10-26 13:01:06

除了“设置”中的电池使用情况屏幕之外,没有 API 或命令行方式可以获取此信息。

Other than the battery usage screen in Settings, there is no API or command-line way to get this information.

水溶 2024-10-26 13:01:06

只是尝试阅读 http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/1.6_r2/com/android/settings/ Fuelgauge/PowerUsageSummary.java/ ,然后您可以获取电池使用屏幕中显示的信息。关键类是 IBatteryStats 和 BatteryStatsImpl。

just try to read http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/1.6_r2/com/android/settings/fuelgauge/PowerUsageSummary.java/ , then you can get the info shown in the battery usage screen. the key class are IBatteryStats and BatteryStatsImpl.

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