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

Issue 2253013006: Adding AecDump functionality to AppRTCDemo for iOS (Closed)

Created:
4 years, 4 months ago by peah-webrtc
Modified:
4 years, 3 months ago
Reviewers:
tkchin_webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), kwiberg-webrtc, Andrew MacDonald, hlundin-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adding AecDump functionality to AppRTCDemo for iOS BUG=webrtc:6229 Committed: https://crrev.com/5085b0ca94c96ebf85fa2631e8f1facdf07d56da Cr-Commit-Position: refs/heads/master@{#13927}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Changes in response to reviewer comments #

Total comments: 27

Patch Set 3 : Rebase #

Patch Set 4 : Changes in response to reviewer comments #

Patch Set 5 : Hardcoded (for now) aecdump functionality to be off for the mac AppRTC demo client #

Patch Set 6 : Fixed failing test #

Total comments: 12

Patch Set 7 : Changes in response to reviewer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -14 lines) Patch
M webrtc/examples/objc/AppRTCDemo/ARDAppClient.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDAppClient.m View 1 2 3 4 5 6 4 chunks +25 lines, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.h View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m View 1 2 3 4 5 6 4 chunks +28 lines, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCPeerConnectionFactory.mm View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (28 generated)
peah-webrtc
4 years, 4 months ago (2016-08-19 06:35:25 UTC) #10
tkchin_webrtc
https://codereview.webrtc.org/2253013006/diff/140001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h File webrtc/examples/objc/AppRTCDemo/ARDAppClient.h (right): https://codereview.webrtc.org/2253013006/diff/140001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h#newcode67 webrtc/examples/objc/AppRTCDemo/ARDAppClient.h:67: // If |makeAecDump| is true, an aecdump will be ...
4 years, 4 months ago (2016-08-19 17:31:42 UTC) #11
peah-webrtc
https://codereview.webrtc.org/2253013006/diff/140001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h File webrtc/examples/objc/AppRTCDemo/ARDAppClient.h (right): https://codereview.webrtc.org/2253013006/diff/140001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h#newcode67 webrtc/examples/objc/AppRTCDemo/ARDAppClient.h:67: // If |makeAecDump| is true, an aecdump will be ...
4 years, 4 months ago (2016-08-23 11:45:15 UTC) #15
tkchin_webrtc
I would prefer to not have to pass in a fd and instead pass in ...
4 years, 4 months ago (2016-08-24 00:42:20 UTC) #16
peah-webrtc
On 2016/08/24 00:42:20, tkchin_webrtc wrote: > I would prefer to not have to pass in ...
4 years, 3 months ago (2016-08-25 09:23:20 UTC) #17
peah-webrtc
Thanks for the review. I've updated the CL according to your comments. Please note that ...
4 years, 3 months ago (2016-08-25 09:25:08 UTC) #18
tkchin_webrtc
On 2016/08/25 09:25:08, peah-webrtc wrote: > Thanks for the review. I've updated the CL according ...
4 years, 3 months ago (2016-08-25 17:21:17 UTC) #29
tkchin_webrtc
Furthermore, this aecdump API does not harmonize with the startRtcEventLog API, which is of a ...
4 years, 3 months ago (2016-08-25 17:22:58 UTC) #30
tkchin_webrtc
https://codereview.webrtc.org/2253013006/diff/340001/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h File webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h (right): https://codereview.webrtc.org/2253013006/diff/340001/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h#newcode32 webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h:32: /** Start an aecdump recording with a file descriptor ...
4 years, 3 months ago (2016-08-25 17:25:40 UTC) #31
peah-webrtc
Thanks for the review! The API issue sounds like an important and good discussion to ...
4 years, 3 months ago (2016-08-25 21:23:37 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2253013006/360001
4 years, 3 months ago (2016-08-25 21:23:59 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 3 months ago (2016-08-25 23:24:39 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2253013006/360001
4 years, 3 months ago (2016-08-26 05:10:17 UTC) #39
commit-bot: I haz the power
Committed patchset #7 (id:360001)
4 years, 3 months ago (2016-08-26 05:15:19 UTC) #41
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 05:15:28 UTC) #43
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/5085b0ca94c96ebf85fa2631e8f1facdf07d56da
Cr-Commit-Position: refs/heads/master@{#13927}

Powered by Google App Engine
This is Rietveld 408576698