Skip to content

Commit

Permalink
Add events processing to GetIceEvents.
Browse files Browse the repository at this point in the history
Bug: webrtc:10170
Change-Id: I91f58fe67552060ae50eea425637dd50479a9f17
Reviewed-on: https://webrtc-review.googlesource.com/c/121643
Reviewed-by: Björn Terelius <[email protected]>
Commit-Queue: Sebastian Jansson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#26569}
  • Loading branch information
jonex authored and Commit Bot committed Feb 6, 2019
1 parent 4092d6f commit 0859142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logging/rtc_event_log/rtc_event_log_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,7 @@ std::vector<LoggedIceEvent> ParsedRtcEventLog::GetIceEvents() const {
RtcEventProcessor process;
process.AddEvents(ice_candidate_pair_events(), handle_check);
process.AddEvents(ice_candidate_pair_configs(), handle_config);
process.ProcessEventsInOrder();
return log_events;
}

Expand Down

0 comments on commit 0859142

Please sign in to comment.