Battery Historian1 [안드로이드] 배터리 사용량 분석 가이드 #1 1. 덤프 파일 저장하기 - 모든 배터리 데이터를 덤프 adb shell dumpsys batterystats > batterystats.txt - 원시 데이터에서 보고서 adb bugreport > bugreport.zip - 앱별 시각화 데이터인 사용자 공간 Wakelock도 얻을 수 있습니다. 이 정보를 버그 신고에 포함하려면 터미널 창에 다음 명령어 adb shell dumpsys batterystats --enable full-wake-history - 배터리 데이터 수집을 재설정 adb shell dumpsys batterystats --reset 출처 : https://developer.android.com/studio/profile/battery-historian https://develo.. 2020. 9. 7. 이전 1 다음