commit | 88c1d2bc0f8468f04cb05a536c5194f9bb9d0e50 | [log] [tgz] |
---|---|---|
author | terelius <terelius@webrtc.org> | Mon Aug 01 12:20:33 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 01 12:20:39 2016 |
tree | 6e20dc309f664bb0e5a6b60cd9c53d475fe80c9a | |
parent | 1a518fc4e3a185329770e9ac8f3654c7068e38ec [diff] |
Don't use LOG_END timestamp to compute RtcEventLog duration. The LOG_END time is incorrect if the event log is stopped by the file size limit instead of a duration limit or a manual stop. This makes the call appear to be very long (10^13 seconds) in the analysis tool. This CL is a workaround for that problem. BUG=webrtc:6138 Review-Url: https://codereview.webrtc.org/2176663002 Cr-Commit-Position: refs/heads/master@{#13585}
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.