Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8683ddb5 authored by Zimuzo Ezeozue's avatar Zimuzo Ezeozue Committed by Android (Google) Code Review
Browse files

Merge "Reset arguments after emitting a perfetto event" into main

parents bb0c4935 1bc989ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
  }
}