Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Issue 1974453002: Add a parameter to set a maximum filesize when starting an RTC event log on the PeerConnectionFacto… (Closed)

Created:
4 years, 7 months ago by ivoc
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, pbos-webrtc, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add a parameter to set a maximum file size when starting an RTC event log on the PeerConnectionFactory API. The caller can set a negative or zero file size to avoid using a limit. BUG= Committed: https://crrev.com/c1513ee1a398ad0ed3b8cca985764cf70d6a7545 Cr-Commit-Position: refs/heads/master@{#12730}

Patch Set 1 : Initial version #

Total comments: 4

Patch Set 2 : Comments by terelius@ #

Total comments: 1

Patch Set 3 : Fixed typo in JNI code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -25 lines) Patch
M webrtc/api/java/jni/peerconnection_jni.cc View 1 2 1 chunk +7 lines, -3 lines 0 comments Download
M webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java View 1 2 chunks +14 lines, -3 lines 0 comments Download
M webrtc/api/peerconnectionfactory.h View 1 chunk +5 lines, -1 line 0 comments Download
M webrtc/api/peerconnectionfactory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/api/peerconnectionfactoryproxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/peerconnectioninterface.h View 1 chunk +6 lines, -1 line 0 comments Download
M webrtc/call/rtc_event_log.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M webrtc/media/base/fakemediaengine.h View 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/media/base/mediaengine.h View 1 2 chunks +8 lines, -4 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.h View 1 chunk +4 lines, -3 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/pc/channelmanager.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/channelmanager.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
ivoc
Hey guys, here's the CL to add a maximum filesize parameter to the PeerConnectionFactory API. ...
4 years, 7 months ago (2016-05-11 16:42:28 UTC) #4
terelius
https://codereview.webrtc.org/1974453002/diff/1/webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java File webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java (right): https://codereview.webrtc.org/1974453002/diff/1/webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java#newcode168 webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java:168: public void StopRtcEventLog() { StopRtcEventLog -> stopRtcEventLog. https://codereview.webrtc.org/1974453002/diff/1/webrtc/media/base/mediaengine.h File ...
4 years, 7 months ago (2016-05-12 08:39:12 UTC) #5
ivoc
https://codereview.webrtc.org/1974453002/diff/1/webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java File webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java (right): https://codereview.webrtc.org/1974453002/diff/1/webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java#newcode168 webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java:168: public void StopRtcEventLog() { On 2016/05/12 08:39:12, terelius wrote: ...
4 years, 7 months ago (2016-05-12 09:07:11 UTC) #7
stefan-webrtc
lgtm
4 years, 7 months ago (2016-05-12 09:12:00 UTC) #8
terelius
lgtm
4 years, 7 months ago (2016-05-12 09:18:41 UTC) #9
mflodman
lgtm https://codereview.webrtc.org/1974453002/diff/20001/webrtc/call/rtc_event_log.cc File webrtc/call/rtc_event_log.cc (right): https://codereview.webrtc.org/1974453002/diff/20001/webrtc/call/rtc_event_log.cc#newcode202 webrtc/call/rtc_event_log.cc:202: bool RtcEventLogImpl::StartLogging(rtc::PlatformFile platform_file, There is a log of ...
4 years, 7 months ago (2016-05-13 12:04:53 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974453002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974453002/20001
4 years, 7 months ago (2016-05-13 12:45:20 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_clang_dbg/builds/13007) android_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 7 months ago (2016-05-13 12:48:51 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974453002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974453002/40001
4 years, 7 months ago (2016-05-13 13:02:14 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-13 15:30:46 UTC) #19
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 15:30:53 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c1513ee1a398ad0ed3b8cca985764cf70d6a7545
Cr-Commit-Position: refs/heads/master@{#12730}

Powered by Google App Engine
This is Rietveld 408576698