我正在用batterystats日志研究电池配置文件,有一个叫做“电池历史”的部分,里面有一堆信息。
是否有一个列表,其中包含可以显示的所有标签?(例如:"job=","screen","audio","running“等)我在官方文档和源代码中都找不到。
发布于 2021-07-02 10:22:17
没有关于这些标签的官方文档。它可以在BatteryStats.HISTORY_STATE_DESCRIPTIONS中看到
这里有一些关于“电池历史记录”https://developer.android.com/topic/performance/power/setup-battery-historian https://developer.android.com/topic/performance/power/battery-historian工具的文档
https://stackoverflow.com/questions/68215717
相似问题