You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Since battery/power usage is really important, ChkBugReport tries to extract useful information regarding this.
First it uses the battery info service dump to get the battery level history:
This is basically the same chart you would see in your phone as well (in the Settings app).
Also this service dump might contain statistics regarding process execution time, wakelock times, network traffic per process, which are extracted into tables.
Apart from the battery info service dump, it also scans the event log for battery level logs, and create a chart based on that:
As you can see, this chart also shows the connection state, the screen on/off state and some traffic information as well.