commit | 1afdf99f9c00155b0c250e9a358de0184933b27c | [log] [tgz] |
---|---|---|
author | skvlad <skvlad@webrtc.org> | Fri Sep 02 20:22:26 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 02 20:22:29 2016 |
tree | 0642d5650a6277b848324ac84b1decbfa4a645b2 | |
parent | c55c39ddf7aa26e15a5e375a92fd16205ce502cf [diff] |
EventLogParser: use std::vector to reduce stack usage ParsedRtcEventLog::ParseStream was using a stack-allocated 64kb array for a temporary buffer. This was causing problems in build environments with restrictions on stack size. This change replaces it with an std::vector. NOTRY=true Review-Url: https://codereview.webrtc.org/2297343003 Cr-Commit-Position: refs/heads/master@{#14055}
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.