본문 바로가기
Development/Android

[android] android-battery-historian 실행하기

by Sonagiya 2018. 4. 24.
반응형

  1. docker 설치
  2. docker run hello-world
  3. docker run -p 3333:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999
  4. http://localhost:3333/
  5. adb shell dumpsys batterystats --reset
  6. adb shell dumpsys batterystats --enable full-wake-history

https://github.com/google/battery-historian


반응형

'Development > Android' 카테고리의 다른 글

[android] 안드로이드 구글정책 타임라인(2021)  (0) 2021.03.05
[android] intent scheme 이란 무엇인가  (0) 2021.03.04
[android][ADB] broadcast  (0) 2018.04.12
[android] APK Sign  (0) 2018.04.12
[android][ADB] screenshot  (0) 2018.04.12

댓글