-
Notifications
You must be signed in to change notification settings - Fork 422
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
block function disappear #1044
Comments
Hi, thanks for raising the the issue. The missing blocked function issue seems like a bug and I can repro it on my side. The process name cannot be preserved in the systrace format, so that's not something we can fix. That's one of the reasons the Perfetto trace format was invented in the first place! I'll try to find some time to take a look at the blocked function issue at some point in the next few weeks. |
Ok, please fix the missing blocked function as much as you can, thank you |
I've just landed a fix in https://android-review.googlesource.com/c/platform/external/perfetto/+/3556923 Note: It turns out this was a bug in traceconv, so any traces you have converted will need to be converted again. |
I'll be in the next SDK release, which I don't have a timescale for. For now you'll have to build from source if you want to use it. |
when I use comand
traceconv systrace pp.pftrace > 1.ftrace
then some information disappear such
become
the block function information cant see,
also the process name such as com.tencent.mm become process1355
How can I solve this problem
The text was updated successfully, but these errors were encountered: