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: I5ea9fd50ba6da87d5867513c81c5e3bdb0524a32
Reviewed-on: https://webrtc-review.googlesource.com/2689
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20159}
This commit is contained in:
Elad Alon
2017-10-05 10:19:29 +02:00
committed by Commit Bot
parent 2f33a5671e
commit 5fd6e5ec1f
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;