Files
platform-external-webrtc/webrtc
mattdr 8ff52cc7bc Remove useless debugging code
It would be enough to say we're removing EnableSrtpDebugging because
it's never called, but the story is a bit more interesting.

libsrtp's debugging facilities are gated behind the reasonably-named
ENABLE_DEBUGGING macro:

b17c065a8a/srtp/crypto/include/err.h (186)

This code was imported to WebRTC from libjingle, but neither WebRTC or
Chromium ever set ENABLE_DEBUGGING. Even if someone had ever called
EnableSrtpDebugging, it wouldn't have done anything.

BUG=0

Review-Url: https://codereview.webrtc.org/2409513002
Cr-Commit-Position: refs/heads/master@{#14592}
2016-10-10 22:57:00 +00:00
..
2016-09-29 11:12:51 +00:00
2016-10-10 18:19:22 +00:00
2016-10-10 22:57:00 +00:00
2016-10-07 09:18:55 +00:00
2016-06-23 10:52:35 +00:00

Name: WebRTC
URL: http://www.webrtc.org
Version: 90
License: BSD
License File: LICENSE

Description:
WebRTC provides real time voice and video processing
functionality to enable the implementation of 
PeerConnection/MediaStream.

Third party code used in this project is described 
in the file LICENSE_THIRD_PARTY.