Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Issue 3012903002: Events - TODO_2

Created:
3 years, 3 months ago by eladalon
Modified:
3 years, 3 months ago
Reviewers:
CC:
webrtc-reviews_webrtc.org, AleBzk, henrika_webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Events - TODO_2 BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+945 lines, -0 lines) Patch
M webrtc/logging/BUILD.gn View 1 chunk +37 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event.h View 1 chunk +56 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_audio_playout.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_audio_playout.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_logging_started.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_logging_started.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_probe_cluster_created.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_probe_result_success.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_probe_result_success.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtcp_header.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtcp_header.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtcp_header_incoming.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtcp_header_incoming.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtcp_header_outgoing.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtcp_header_outgoing.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtp_header.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtp_header.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtp_header_incoming.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtp_header_incoming.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtp_header_outgoing.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_rtp_header_outgoing.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_video_send_stream_config.h View 1 chunk +27 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h View 2 chunks +9 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.h View 3 chunks +5 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698