Loading libs/tracing_perfetto/tracing_sdk.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ void trace_event(int type, const PerfettoTeCategory* perfettoTeCategory, PerfettoTeHlEmitImpl(perfettoTeCategory->impl, type, type == PERFETTO_TE_TYPE_COUNTER ? nullptr : name, extra->get()); extra->pop_extra(); extra->clear_extras(); } } Loading Loading
libs/tracing_perfetto/tracing_sdk.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ void trace_event(int type, const PerfettoTeCategory* perfettoTeCategory, PerfettoTeHlEmitImpl(perfettoTeCategory->impl, type, type == PERFETTO_TE_TYPE_COUNTER ? nullptr : name, extra->get()); extra->pop_extra(); extra->clear_extras(); } } Loading