Skip to content

Commit

Permalink
Merge "Add 'clone_snapshot_trigger' packet to the trace if it was clo…
Browse files Browse the repository at this point in the history
…ned by the trigger." into main
  • Loading branch information
Kirill Timofeev authored and Gerrit Code Review committed Nov 25, 2024
2 parents 92aa8d9 + 060948f commit 18a7d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/perfetto_cmd/perfetto_cmd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,8 @@ void PerfettoCmd::OnObservableEvents(
observable_events.clone_trigger_hit().boot_time_ns(),
observable_events.clone_trigger_hit().trigger_name(),
observable_events.clone_trigger_hit().producer_name(),
observable_events.clone_trigger_hit().producer_uid()};
static_cast<uid_t>(
observable_events.clone_trigger_hit().producer_uid())};
OnCloneSnapshotTriggerReceived(static_cast<TracingSessionID>(tsid),
trigger);
}
Expand Down

0 comments on commit 18a7d82

Please sign in to comment.