Skip to content

Commit 8683ddb

Browse files
zezeozueAndroid (Google) Code Review
authored andcommitted
Merge "Reset arguments after emitting a perfetto event" into main
2 parents bb0c493 + 1bc989a commit 8683ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/tracing_perfetto/tracing_sdk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void trace_event(int type, const PerfettoTeCategory* perfettoTeCategory,
3838
PerfettoTeHlEmitImpl(perfettoTeCategory->impl, type,
3939
type == PERFETTO_TE_TYPE_COUNTER ? nullptr : name,
4040
extra->get());
41-
extra->pop_extra();
41+
extra->clear_extras();
4242
}
4343
}
4444

0 commit comments

Comments
 (0)