dardin88 / PETrA

PETrA: a Software-based Tool for Estimating the Energy Profile of Android Applications
MIT License
3 stars 8 forks source link

Input format batterystats #14

Open chatdeschroedinger opened 2 years ago

chatdeschroedinger commented 2 years ago

I am trying to use the parser for the batterystats, system trace etc. May I ask you what filetype you are using for this?

Does it correspond to the file received with: '''adb shell dumpsys batterystats > batterystats.txt''' Or is it the csv format from the following command: ''''adb shell dumpsys batterystats --checkin'''

Thank you for your help

dardin88 commented 2 years ago

The former, although implementing the latter could make the parser more reliable.