You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
At a quick look, seems that Battery Historian didn't like my bugreport. I've deployed the app correctly, take the bugreport with adb bugreport > output.txt, and the error I'm showing is the following:
Parsing Errors:
error parsing kwl: strconv.ParseFloat: parsing "qcrypto1": invalid syntax
Warnings:
The underlying format for kwl has 1 additional field(s) that are not captured.
My computer is a Mac Mini with Yosemite, and Go freshly installed, with path variables correctly setted. My Android device is LG G2 (D802) with Lollipop 5.0 stock and rooted.
Here are few lines of my bugreport, think that error comes for the kwl lines.
FYI, I have a warning installing the battery historian project. As I have no Go background, I have no idea at all. Seems that it isn't compiling, I've tried twice with no luck.
Mac-mini:battery-historian user$ go get -u github.com/google/battery-historian
package github.com/google/battery-historian: no buildable Go source files in /Users/<--->/gocode/src/github.com/google/battery-historian
Thanks in advance
The text was updated successfully, but these errors were encountered:
I don't see the problematic line in the log you included. However, a bug was fixed with the kwl line parsing. Please update/download by running "go get -u -d github.com/google/battery-historian/..." and try again.
Looks like parseLine() from checkinparse/checkin_parse.go can't handle the different number of fields.
I'm using full disk encryption on my phone. (Fairphone 2)
The line is misformatted. Some Android devices aren't printing out the lines correctly. In this case, fd440000.qcom,qcrypto1 should be surrounded by quotes. For example:
9,0,l,kwl,"fd440000.qcom,qcrypto1",0,0
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
At a quick look, seems that Battery Historian didn't like my bugreport. I've deployed the app correctly, take the bugreport with adb bugreport > output.txt, and the error I'm showing is the following:
My computer is a Mac Mini with Yosemite, and Go freshly installed, with path variables correctly setted. My Android device is LG G2 (D802) with Lollipop 5.0 stock and rooted.
Here are few lines of my bugreport, think that error comes for the kwl lines.
FYI, I have a warning installing the battery historian project. As I have no Go background, I have no idea at all. Seems that it isn't compiling, I've tried twice with no luck.
Thanks in advance
The text was updated successfully, but these errors were encountered: