commit | ee89e7870c332c943fb78faebc63e47d0a314d74 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Thu Aug 10 00:22:01 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 10 00:22:01 2017 |
tree | d07d0c04dfb5dff23549795eecdfdfa45c2f7fe8 | |
parent | 608e94a03f02e718f16f2d5ec96d3ff0aa9fde2f [diff] |
Replace CHECK(x && y) with two separate CHECK() calls That way, the debug printout will tell us which of x and y that was false. BUG=none Review-Url: https://codereview.webrtc.org/2988153003 Cr-Commit-Position: refs/heads/master@{#19297}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.