commit | a9732656221e0033ab93ecf01cf07f71817da1e8 | [log] [tgz] |
---|---|---|
author | ehmaldonado <ehmaldonado@webrtc.org> | Thu Aug 17 13:02:20 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 17 13:02:20 2017 |
tree | c2cf090004367b8f092f3edd4f13b83b8a902e8a | |
parent | 6ff045f097529ab71fbe9233a712c4bdce3f440d [diff] |
Make it possible for tests to set up trace event handlers. As it is now, the first time a TRACE_EVENT... is called, the result from the current handler is stored in a static const variable, and subsequent calls will use that value regardless of changes to the handler. This is a problem if a test wants to use another handler. BUG=None Review-Url: https://codereview.webrtc.org/3002663002 Cr-Commit-Position: refs/heads/master@{#19382}
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.