page.title=Battery Historian Charts meta.tags="android, performance, profiling, tools, battery, historian, batterydrain page.tags="android", performance", "profiling", "tools", "battery", "historian" "batterydrain" page.metaDescription=Examine and interpret the collected battery usage data in your browser. page.image=tools/performance/thumbnails/tools_battery_historian.png page.article=true @jd:body
The Battery Historian chart graphs power-relevant events over time.
Each row shows a colored bar segment when a system component is active and thus drawing current from the battery. The chart does not show how much battery was used by the component, only that the app was active. Charts are organized by category.
Note: Not every chart will show every category.
You can gather additional information from the batterystats.txt
file
where you saved the output from the batterystats command.
Open the file in a text editor and search for:
Battery History
: A time series of power-relevant events, such as
screen, Wi-Fi, and app launch. These are also visible through Battery Historian.Per-PID Stats
: How long each process ran.Statistics since last charge
: System-wide statistics, such as
cell signal levels and screen brightness. Provides an overall picture of what's happening
with the device. This information is especially useful
to make sure no external events are affecting your experiment.Estimated power use (mAh)
by UID and peripheral: This is currently an
extremely rough estimate and should not be considered experiment data.Per-app mobile ms per packet
: Radio-awake-time divided by packets sent.
An efficient app will transfer all its traffic in batches, so the lower this number the
better.All partial wake locks
: All app-held wakelocks, by aggregate
duration and count.