commit | 9fb71e3b01e79c243b23c5a0d8849705c8099869 | [log] [tgz] |
---|---|---|
author | Liad Rubin <liadr2@meta.com> | Sun Oct 27 10:16:50 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 11 10:38:08 2024 |
tree | b59e3605172436cfd7a48e01ce6fc1ff41f28cd8 | |
parent | 71ba9cbb80b39769524798cbd6eff5f1c062969c [diff] |
Add RTC_DCHECK_IS_ON to unittest, as death is expected with DCHECK The problem is that in some opt builds we remove RTC_DCHECK, and hence the test that expects death through RTC_DCHECK fails. Adding RTC_DCHECK_IS_ON ensures that test is coupled with builds that include RTC_DCHECK. Bug: webrtc:358039777 Change-Id: I7721849dc76ce976ac4a084273cedad44f96fef2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366524 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43386}
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.