Skip to content
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

Closed
tingfengwanxiao opened this issue Mar 17, 2025 · 5 comments
Closed

block function disappear #1044

tingfengwanxiao opened this issue Mar 17, 2025 · 5 comments

Comments

@tingfengwanxiao
Copy link

tingfengwanxiao commented Mar 17, 2025

when I use comand
traceconv systrace pp.pftrace > 1.ftrace
then some information disappear such

Image

become

Image

the block function information cant see,
also the process name such as com.tencent.mm become process1355

How can I solve this problem

@stevegolton
Copy link
Member

stevegolton commented Mar 18, 2025

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.

@tingfengwanxiao
Copy link
Author

tingfengwanxiao commented Mar 19, 2025

Ok, please fix the missing blocked function as much as you can, thank you

@stevegolton
Copy link
Member

stevegolton commented Mar 24, 2025

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.

@tingfengwanxiao
Copy link
Author

ok, So which release version will have this modified result?

Image

@stevegolton
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants