Reland "Remove deprecated functions from RtcEventLog"

The unified Log() interface replaces the many old LogX() functions. This helps hide dependencies between the modules which log different events.

TBR=stefan@webrtc.org

Bug: webrtc:8111
Change-Id: I36c8b6c4cf03d738c9033af2e98db6dc200eede9
Reviewed-on: https://webrtc-review.googlesource.com/6940
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20170}
This commit is contained in:
Elad Alon
2017-10-05 12:47:06 +00:00
committed by Commit Bot
parent 8233bfea27
commit 604c14df58
5 changed files with 10 additions and 598 deletions

View File

@ -17,6 +17,7 @@
#include "call/video_receive_stream.h"
#include "call/video_send_stream.h"
#include "logging/rtc_event_log/events/rtc_event_probe_result_failure.h"
#include "logging/rtc_event_log/rtc_event_log.h"
#include "logging/rtc_event_log/rtc_stream_config.h"
#include "modules/rtp_rtcp/include/rtp_header_extension_map.h"
@ -34,8 +35,11 @@ RTC_POP_IGNORING_WUNDEF()
namespace webrtc {
enum class BandwidthUsage;
enum class MediaType;
struct AudioEncoderRuntimeConfig;
class ParsedRtcEventLog {
friend class RtcEventLogTestHelper;