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.
我有一个 Android 应用程序,我使用了几乎所有的传感器和一些繁重的计算算法。它会在 4.5 小时内耗尽电池电量。但我需要找出哪些传感器或 CPU 使用电池?和应用程序或任何机制知道这一点?
我不知道有任何应用程序可以测量特定于传感器的电池消耗,但要测量每个应用的消耗,以下选项可以工作:
Settings
System
About Phone
Battery usage
如果您想编写自己的每个传感器漏电监视器,您可以参考这个问题,关于 API-function getPower(),它显示每个传感器的功耗。
getPower()