commit | 21219a0e43446701810236fb9fdd59be072c12df | [log] [tgz] |
---|---|---|
author | Paulina Hensman <phensman@webrtc.org> | Fri May 18 12:32:50 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 18 15:04:16 2018 |
tree | 463608206e90b734e7285c58735ba077f0996af5 | |
parent | 812ceafb5a39ca705f01a2b926eba4b7313f4c37 [diff] |
Reland "Injectable logging" Any injected loggable or NativeLogger would be deleted if PCFactory was reinitialized without calling setInjectableLogger. Now native logging is not implemented as a Loggable, so it will remain active unless a Loggable is injected. This is a reland of 59216ec4a4151b1ba5478c8f2b5c9f01f4683d7f Original change's description: > Injectable logging > > Allows passing a Loggable to PCFactory.initializationOptions, which > is then injected to Logging.java and logging.h. Future log messages > in both Java and native will then be passed to this Loggable. > > Bug: webrtc:9225 > Change-Id: I2ff693380639448301a78a93dc11d3a0106f0967 > Reviewed-on: https://webrtc-review.googlesource.com/73243 > Commit-Queue: Paulina Hensman <phensman@webrtc.org> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#23241} Bug: webrtc:9225 Change-Id: I2fe3fbc8c323814284bb62e43fe1870bdab581ee TBR: kwiberg Reviewed-on: https://webrtc-review.googlesource.com/77140 Commit-Queue: Paulina Hensman <phensman@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23310}
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.