commit | f491c522cb01e7326cbc27657c75b50b5cb977ac | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Fri Sep 15 14:49:40 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 15 19:29:27 2017 +0000 |
tree | 39a9431fc672e693117f8538b930c9e9de2fa0d8 | |
parent | a96fd7fe6b61e9bbe6ee01bc52620a81c5f5f7f0 [diff] |
Move log_count_ out of RtcEventLogImpl The limit on logs is not specific to the implementation of the logs, but is rather shared between all possible logs. Also, by making it local to the .cc, not a member, we reduce the necessity of making RtcEventLog::Create a friend of the implementation. This necessity is removed completely by a following CL. BUG=webrtc:8111 NOPRESUBMIT=True Change-Id: I03044ed55ceeaf0064d5207b7407926571590699 Reviewed-on: https://webrtc-review.googlesource.com/1236 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19870}
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.