commit | fab0a2886d7ad3d664d1ef4d1c92190514c57764 | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@chromium.org> | Tue Jan 26 22:12:50 2016 -0800 |
committer | Sergey Ulanov <sergeyu@chromium.org> | Wed Jan 27 06:13:04 2016 +0000 |
tree | 8b7783d87c7b5f6d0676dc2978e0cc39b2b02c3f | |
parent | 3ea1852f9e81424946be285a7b2ffe69e8e6f5d5 [diff] |
Fix BasicNetworkManager not to spam logs when internet is unreacheable. BasicNetworkManager attemps to connect an UDP socket and logs an error when connect() fails, e.g. when internet is not connected. These errors are not very useful in the logs, but apper there every time it attemps to refresh network list. Replaced the log statement with LOG(LS_INFO). R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1635823004 . Cr-Commit-Position: refs/heads/master@{#11389}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.