commit | 12251b63865a0d60596c65b904240719aa7f602f | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Sun Nov 05 19:35:31 2017 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 06 17:48:38 2017 +0000 |
tree | 4535735d4841b5a432454ca46dfd2fd5ddbe1dfe | |
parent | 08a9c372df7982abc41d9d0188b5aaafbc033b3f [diff] |
Adding @SuppressWarnings(NoSynchronizedMethodCheck). In https://chromium-review.googlesource.com/c/chromium/src/+/750645 Chromium started to use an ErrorProne plugin to discourage synchronized public methods (an encourage the usage of synchronized blocks). In order to unblock the Chromium Roll we can suppress these warnings and decide if we want to align with Chromium on this check or ask them to make it optional. More details in the bug. TBR=magjed@webrtc.org Bug: webrtc:8491 Change-Id: Ie77a324e54aab44a4f59853959549f1d21f884a0 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/20060 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20569}
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.