-
Notifications
You must be signed in to change notification settings - Fork 961
Note: Could not parse aggregated battery stats. #188
Comments
same error |
the same error |
Same error |
+1 |
1 similar comment
+1 |
The same error on Pixel 2 on Android 10 In additional error section from web: And warning:
|
It's working now. |
@wenjie-zhou: Any update to parse Android Q battery stats? |
gagneetsachdeva@: the provided docker binary now works with Q bugreports correctly for me: |
@wenjie-zhou :I run battery historian through command line instead of docker. Any idea what changes will required in building from source code to parse Q bugreports? |
Yeah wondering that as well, I need to know what changed in the source. |
@wenjie-zhou how that supposed to be working now for you, as there are no changes for 2 years in this repo? |
I just used the docker version. Not sure about the source code part. |
What device are you using? Pixel? On Android 10? Could you please share batterystat file? |
Hi all, I think "Sd" means screenDoze and it only appears in the version after Android M. battery-historian/parseutils/parseutils.go Line 2023 in d2356ba
|
Sorry, I am wrong, the condition of screenDoze needs more processing to distinguish from screen. |
Hi all, according to the reply, the error comes from the mismatch of "0.0" and "0". battery-historian/checkinparse/checkin_parse.go Line 1996 in d2356ba
Hope this will help you guys! |
@kevinisbest do you know if we need to modify current code from master to make it work? |
@Redwid if the version of the android devices are lower than Q, you don't need to change anything. As far as I know, the error only happens in version Q and need to modify the source code. |
@kevinisbest, understood. I've android Q. |
OK, I've sorted not uploading issue. Solution is here: #183
@kevinisbest, but your fix with |
I´ve tried and does not work. |
+1 the same error |
You can pull the battery logs from bugreport In Android 10/Q without using battery historian which is no longer working in 10. See: https://www.reddit.com/r/GooglePixel/comments/ehmuwc/comment/fcn0uvp |
This issues in Linux fixed,executed the latest image: $ docker run -p 9999:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999 |
sure, as you can looking in the issues.. the docker image work properly but if you want customize your own battery-historian and build the source-code inside of docker image it won't work. |
+1 for please fix upstream. docker is not an ideal solution for many people. |
Maybe you can try my solution |
I fixed the code myself: lilydjwg@a912fa0 |
fix android 10 according to google#188
Hello
I'm trying to follow Getting Started and while analyzing new bug report from my Google Pixel 2 XL w/ Android Q, I run into following message:
docker container (logs):
report seems empty on my screen although Device and Android ID made it, rest is pretty empty
Please advise.
The text was updated successfully, but these errors were encountered: