We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb0c493 + 1bc989a commit 8683ddbCopy full SHA for 8683ddb
1 file changed
libs/tracing_perfetto/tracing_sdk.cpp
@@ -38,7 +38,7 @@ void trace_event(int type, const PerfettoTeCategory* perfettoTeCategory,
38
PerfettoTeHlEmitImpl(perfettoTeCategory->impl, type,
39
type == PERFETTO_TE_TYPE_COUNTER ? nullptr : name,
40
extra->get());
41
- extra->pop_extra();
+ extra->clear_extras();
42
}
43
44
0 commit comments