commit | 60bd1aea3d6dc650264ddaeaa0b1f5bce19bb05a | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Wed Nov 13 13:26:25 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 13 15:42:19 2019 |
tree | 1d5e0aa514ac4a81067576e581b08570c29fcf23 | |
parent | 048b10a9ec00bef34537d253b8eeee7d69782713 [diff] |
Detach thread checker in RtcEventLogImpl destructor. Otherwise we require that the destructor must run on the same thread as previous calls. This is not necessary since we can assume there's no other references to the instance when we enter the destructor. Bug: webrtc:9883 Change-Id: Ia254bce9265979da0e25ba33598edd8f807d7e00 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159704 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29793}
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.
Authoritative list of directories that contain the native API header files.