webrtc/logging/rtc_event_log
Elad Alon a96fd7fe6b Make rtc_event_log2text handle all events [2/2]
rtc_event_log2text doesn't currently handle all possible RtcEvent-s.
1. Previous CL - to make sure events are not forgotten in the future, change the succession of if-statements to a switch, so that the compiler would complain if events are ever added, but are not handled here.
2. This CL - add handling of currently-unhandled events.

BUG=webrtc:8111

Change-Id: I5c726c077483b5d85cf8060674c8191a90cb84cc
Reviewed-on: https://webrtc-review.googlesource.com/1244
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19869}
2017-09-15 19:13:09 +00:00
..
mock Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log.cc Remove unused function - RtcEventLog::ParseRtcEventLog() 2017-09-15 14:27:00 +00:00
rtc_event_log.h Remove unused function - RtcEventLog::ParseRtcEventLog() 2017-09-15 14:27:00 +00:00
rtc_event_log.proto Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
rtc_event_log2rtp_dump.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log2stats.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log2text.cc Make rtc_event_log2text handle all events [2/2] 2017-09-15 19:13:09 +00:00
rtc_event_log_factory.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log_factory_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log_parser.cc Make rtc_event_log2text handle all events [2/2] 2017-09-15 19:13:09 +00:00
rtc_event_log_parser.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log_unittest_helper.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_event_log_unittest_helper.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_stream_config.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtc_stream_config.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00