Dumpsys Battery History Tags

I am studying battery profiling with batterystats logs and there is a section called "Battery History" with a bunch of informations.

enter image description here

Is there a list with all tags that can appear on it? (ex: "job=", "screen", "audio", "running" etc) I could not find in official document nor in source code.

Upvotes: 0

Views: 293

Answers (1)

Yong
Yong

Reputation: 1998

There is no official document about the tags. And it can be seen in BatteryStats.HISTORY_STATE_DESCRIPTIONS

There are some documents about the tools "Battery Historian" https://developer.android.com/topic/performance/power/setup-battery-historian https://developer.android.com/topic/performance/power/battery-historian

Upvotes: 1

Related Questions