commit | 2eb3188e3e1648fdd8b19bfb8c1a82d4b6bfd350 | [log] [tgz] |
---|---|---|
author | Bjorn Terelius <terelius@webrtc.org> | Thu Nov 30 14:15:25 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Dec 01 12:45:51 2017 |
tree | aa6853a6009449c101a2502f734e63231c7f6ae6 | |
parent | 8c319e951a6c59212e23af858a4c51d28b4eedc1 [diff] |
Aid triaging of bugs by printing notifications about interesting parts of an event log. Notifications are printed for gaps in seq number, capture timestamp, arrival and send times for RTP and RTCP, and high average loss. The notifications are printed to stderr by default, but internally they are represented as subclasses to a TriageNotification base class in order to facilitate other output formats. Initially, this is only run if the event_log_visualizer is given the flag --print_triage_notifications. Only the first (LOG_START, LOG_END) segment is processed. Bug: webrtc:8383 Change-Id: If43ef7f115f622fa5552dc50951a11d5f9e3cbaa Reviewed-on: https://webrtc-review.googlesource.com/8720 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20974}
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.