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

Issue 2353543003: Added logging for audio send/receive stream configs. (Closed)

Created:
4 years, 3 months ago by ivoc
Modified:
4 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, henrika_webrtc, stefan-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added logging for audio send/receive stream configs. BUG=webrtc:4741, webrtc:6399 Committed: https://crrev.com/e0928d8002cb7d25f314c54c8d6ce20ab859aa4d Cr-Commit-Position: refs/heads/master@{#14585}

Patch Set 1 : Initial version #

Patch Set 2 : Added code for parsing the audio send/receive configs. #

Total comments: 6

Patch Set 3 : Added unittest for reading/parsing audio/video configs. #

Patch Set 4 : Refactored setting of header extensions into separate function. #

Total comments: 1

Patch Set 5 : Renamed SetHeaderExtensions to GetHeaderExtensions. #

Patch Set 6 : Rebase. #

Patch Set 7 : Another rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+415 lines, -27 lines) Patch
M webrtc/call/call.cc View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/call/mock/mock_rtc_event_log.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.h View 1 2 3 4 5 3 chunks +14 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.cc View 1 2 3 4 5 6 2 chunks +43 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_parser.h View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_parser.cc View 1 2 3 4 5 4 chunks +57 lines, -16 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_unittest.cc View 1 2 3 4 5 3 chunks +167 lines, -3 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h View 1 2 3 4 5 1 chunk +13 lines, -4 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc View 1 2 3 4 5 3 chunks +78 lines, -2 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 4 5 6 1 chunk +10 lines, -2 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (17 generated)
ivoc
Hi guys, please have a look at this CL to include configs for audio send/receive ...
4 years, 3 months ago (2016-09-21 09:01:12 UTC) #3
terelius
This is great! Could you add a unit test that generates a single "random" AudioSendStreamConfig, ...
4 years, 3 months ago (2016-09-21 10:11:26 UTC) #4
the sun
lgtm https://codereview.webrtc.org/2353543003/diff/20001/webrtc/call/rtc_event_log_parser.cc File webrtc/call/rtc_event_log_parser.cc (right): https://codereview.webrtc.org/2353543003/diff/20001/webrtc/call/rtc_event_log_parser.cc#newcode420 webrtc/call/rtc_event_log_parser.cc:420: for (int i = 0; i < sender_config.header_extensions_size(); ...
4 years, 3 months ago (2016-09-22 06:51:02 UTC) #6
kjellander_webrtc
lgtm, although I don't have much knowledge about this code...
4 years, 3 months ago (2016-09-22 06:59:11 UTC) #7
ivoc
I added tests for logging and parsing randomly generated audio and video configs. PTAL. https://codereview.webrtc.org/2353543003/diff/20001/webrtc/call/rtc_event_log_parser.cc ...
4 years, 3 months ago (2016-09-22 09:20:56 UTC) #8
the sun
https://codereview.webrtc.org/2353543003/diff/20001/webrtc/call/rtc_event_log_parser.cc File webrtc/call/rtc_event_log_parser.cc (right): https://codereview.webrtc.org/2353543003/diff/20001/webrtc/call/rtc_event_log_parser.cc#newcode420 webrtc/call/rtc_event_log_parser.cc:420: for (int i = 0; i < sender_config.header_extensions_size(); i++) ...
4 years, 3 months ago (2016-09-22 19:22:05 UTC) #9
ivoc
https://codereview.webrtc.org/2353543003/diff/20001/webrtc/call/rtc_event_log_parser.cc File webrtc/call/rtc_event_log_parser.cc (right): https://codereview.webrtc.org/2353543003/diff/20001/webrtc/call/rtc_event_log_parser.cc#newcode420 webrtc/call/rtc_event_log_parser.cc:420: for (int i = 0; i < sender_config.header_extensions_size(); i++) ...
4 years, 3 months ago (2016-09-23 12:40:27 UTC) #10
terelius
LGTM with one nit: https://codereview.webrtc.org/2353543003/diff/60001/webrtc/call/rtc_event_log_parser.cc File webrtc/call/rtc_event_log_parser.cc (right): https://codereview.webrtc.org/2353543003/diff/60001/webrtc/call/rtc_event_log_parser.cc#newcode327 webrtc/call/rtc_event_log_parser.cc:327: // Set header extensions. I'd ...
4 years, 3 months ago (2016-09-23 15:14:02 UTC) #11
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/2353543003/80001
4 years, 2 months ago (2016-10-03 08:04:42 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_msan on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_msan/builds/13619)
4 years, 2 months ago (2016-10-03 08:43:46 UTC) #16
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/2353543003/80001
4 years, 2 months ago (2016-10-03 09:35:43 UTC) #18
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) android_dbg on ...
4 years, 2 months ago (2016-10-03 10:05:16 UTC) #20
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/2353543003/80001
4 years, 2 months ago (2016-10-04 15:05:30 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios64_gyp_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_gyp_dbg/builds/1152) ios64_sim_dbg on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 2 months ago (2016-10-04 15:06:41 UTC) #24
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/2353543003/100001
4 years, 2 months ago (2016-10-04 15:49:14 UTC) #27
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, 2 months ago (2016-10-04 17:49:39 UTC) #29
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/2353543003/120001
4 years, 2 months ago (2016-10-10 11:15:35 UTC) #32
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-10-10 12:12:55 UTC) #34
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 12:13:05 UTC) #36
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e0928d8002cb7d25f314c54c8d6ce20ab859aa4d
Cr-Commit-Position: refs/heads/master@{#14585}

Powered by Google App Engine
This is Rietveld 408576698