ae88f39801549e6d553308e229f79255e7de9635

This reverts commit 6b6f537e839ee32d72b69f1f6dc3747fbd12b3eb. Reason for revert: AddressSanitizer: stack-use-after-return third_party/webrtc/files/stable/webrtc/rtc_base/logging.cc:214:17 in rtc::LogMessage::~LogMessage() Original change's description: > Adding support for enum class in RTC_CHECK and RTC_LOG. > > Enum class types are by design not convertible to arithmetic types. > As a result they are currently not supported in RTC_CHECK and RTC_LOG. > The current workaround was to use something like RTC_CHECK(v1 == v2) > instead of RTC_CHECK_EQ(v1, v2). > This change adds support for any enum class type by converting it to the > underlying type. > > Bug: webrtc:10418 > Change-Id: I59e6608e6a97a4cc007c903f8e021a58d4c49ff8 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128202 > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Commit-Queue: Amit Hilbuch <amithi@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#27166} TBR=kwiberg@webrtc.org,amithi@webrtc.org Change-Id: I515087dbbebd6bf8cbebd8f9944fd61a20f758db No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:10418 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128540 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27168}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
Development
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%