rtc_base: avoid OutputDebugString in opt builds on Windows Before: On Windows, LogMessage::OutputToDebug() always called OutputDebugStringA(), which could block under certain debug-output listeners/DBWIN contention and stall real-time threads (audio freezes). After: OutputDebugStringA() is guarded (only emitted when appropriate), avoiding that blocking path and preventing those stalls while leaving stderr/console logging behavior unchanged. Bug: webrtc:42225457 Change-Id: I2f84e0ad6e2319d71f1f450c51c566f1c59ef659 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/435441 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46751}
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.