Closed facewindu closed 3 weeks ago
Seems like we don't parse debug annotations for counters ATM only for slices: https://cs.android.com/android/platform/superproject/main/+/main:external/perfetto/src/trace_processor/importers/proto/track_event_parser.cc;l=660?q=src%2Ftrace_processor%2Fimporters%2Fproto%2Ftrack_event_parser.cc
Would be something quite easy to fix, contributions welcome.
This has now been fixed as of https://github.com/google/perfetto/commit/f5c135505027a214a2f157b6fa761669925a390b
I'm trying to set debug annotations and categories to some of my counter track events, like I'm doing with other type of track events. But they don't show up in the UI For simplicity, here sth close to what I do
Is it expected ?