commit | a1714f3e9271134b2b1f7a2a81840858fe9cf804 | [log] [tgz] |
---|---|---|
author | Guy Hershenbaum <hershi@fb.com> | Mon Oct 16 09:22:20 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 09:32:28 2023 |
tree | 9838532d8dd2433869b235eaae59bd75f35a06d0 | |
parent | 52ac8eccdf9d7482e1204f68d977cb76da9d4d20 [diff] |
Fix usages of RTC_DCHECK to GTEST macros to ensure tests pass in release builds as well Using RTC_DCHECK for test validation is wrong to begin with (gets compiled out in non-debug builds, which measn we may miss validations), but becomes extra problematic when we include code with side-effects inside the DCHECK, which results in release-build tests having a different flow than intended Bug: webrtc:15572 Change-Id: I89d5b55f903b9d93fe4a929548d1b9fcde8941be Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/323182 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41005}
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.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.