Delete log severity LS_SENSITIVE
Bug: webrtc:10026 Change-Id: Ic23cd6fe6df047fd0498cb0699176b447f1d7bc6 Reviewed-on: https://webrtc-review.googlesource.com/c/111581 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26011}
This commit is contained in:
@ -48,8 +48,6 @@ class CallbackWithSeverityLogSink : public rtc::LogSink {
|
||||
private:
|
||||
static RTCLoggingSeverity NativeSeverityToObjcSeverity(rtc::LoggingSeverity severity) {
|
||||
switch (severity) {
|
||||
case rtc::LS_SENSITIVE:
|
||||
return RTCLoggingSeveritySensitive;
|
||||
case rtc::LS_VERBOSE:
|
||||
return RTCLoggingSeverityVerbose;
|
||||
case rtc::LS_INFO:
|
||||
@ -122,8 +120,6 @@ class CallbackWithSeverityLogSink : public rtc::LogSink {
|
||||
|
||||
- (rtc::LoggingSeverity)rtcSeverity {
|
||||
switch (_severity) {
|
||||
case RTCLoggingSeveritySensitive:
|
||||
return rtc::LS_SENSITIVE;
|
||||
case RTCLoggingSeverityVerbose:
|
||||
return rtc::LS_VERBOSE;
|
||||
case RTCLoggingSeverityInfo:
|
||||
|
||||
Reference in New Issue
Block a user