-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Bad line" error on an Android simpleperf trace #3
Comments
To see the original input in-situ, here's a full perf sample in
I think the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Came across this trying to convert an android
simpleperf
trace to pprof:I'll note the full repo steps here in case they're useful; they probably aren't though; the error message is probably sufficient:
Gives this error:
This happens on line 6... let's look at the first 10 lines:
At a guess, I'd say the problem is probably the space in between
JValue art
.It's very possible that I'm holding this wrong and there shouldn't be spaces in these lines according to the format? However perhaps there is a way to 'greedily' consume forward till we get to the numbers, perhaps?
The text was updated successfully, but these errors were encountered: