Skip to content

Instantly share code, notes, and snippets.

@emmaguy
Created April 15, 2015 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmaguy/75e53f4bf980c4f4dfec to your computer and use it in GitHub Desktop.
Save emmaguy/75e53f4bf980c4f4dfec to your computer and use it in GitHub Desktop.
battery historian
adb shell dumpsys batterystats --enable full-wake-history
adb shell dumpsys batterystats > battery.txt
./historian.py battery.txt > out.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment