-
Notifications
You must be signed in to change notification settings - Fork 961
Could not parse aggregated battery stats: Official image source code creates the same error #191
Comments
first of all,if u export it as txt,it might cause this problem, maybe u can try export it as zip and then take the bugreport from it, it works for me,and ihope it will work for u too |
Someone fix it properly ? All recent issues is about it. I have the same problem here, I got docker 3.0 cp from container to local and run then I got the error, but running from docker it work, does not make sense. |
This is the change in the Google v3.1 docker image that gets rid of that error:
|
As other people have reported I also get errors when analyzing Android 10 bugreports.
Note: Could not parse aggregated battery stats.
I then pulled and ran googles latest image 3.1, and it does indeed work with Android 10 bugreports. So after this, I tried extracting all the files from the image and running it myself. These are commands I use (I use Ubuntu):
I then ran setup.go and then battery-historian.go. The application launched but I still get the same error,
"Could not parse aggregated battery stats."
With the same source I have also tried building my own docker image with the following dockerfile:
But when I use this image, I still get the same error as before.
What are I and Google doing differently?
The text was updated successfully, but these errors were encountered: