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

Issue 2745473003: Resolve cyclic dependency between audio network adaptor and event log api (Closed)

Created:
3 years, 9 months ago by michaelt
Modified:
3 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, Andrew MacDonald, henrika_webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Resolve cyclic dependency between audio network adaptor and event log api BUG=webrtc:7257 Review-Url: https://codereview.webrtc.org/2745473003 Cr-Commit-Position: refs/heads/master@{#17565} Committed: https://chromium.googlesource.com/external/webrtc/+/cde46b72788f5e37cfae33824b54d9c7d8a14ef8

Patch Set 1 #

Total comments: 5

Patch Set 2 : Rebased #

Total comments: 2

Patch Set 3 : Activated checks for rtc_event_log_api #

Total comments: 1

Patch Set 4 : Revert "Activated checks for rtc_event_log_api" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -108 lines) Patch
M webrtc/logging/BUILD.gn View 3 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.h View 4 chunks +3 lines, -3 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_parser.h View 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_parser.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.h View 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/event_log_writer.h View 1 chunk +3 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/event_log_writer.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/event_log_writer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h View 1 2 chunks +19 lines, -18 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_audio_network_adaptor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_debug_dump_writer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M webrtc/tools/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/voice_engine/channel.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 54 (30 generated)
michaelt
It seams there is a problem with the bwe_defines.h include as well. So i did ...
3 years, 9 months ago (2017-03-09 14:14:03 UTC) #4
terelius
https://codereview.webrtc.org/2745473003/diff/1/webrtc/logging/BUILD.gn File webrtc/logging/BUILD.gn (right): https://codereview.webrtc.org/2745473003/diff/1/webrtc/logging/BUILD.gn#newcode56 webrtc/logging/BUILD.gn:56: "../modules/audio_coding:audio_network_adaptor", This should be removed, right? https://codereview.webrtc.org/2745473003/diff/1/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h File webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h ...
3 years, 9 months ago (2017-03-09 14:28:59 UTC) #5
michaelt
https://codereview.webrtc.org/2745473003/diff/1/webrtc/logging/BUILD.gn File webrtc/logging/BUILD.gn (right): https://codereview.webrtc.org/2745473003/diff/1/webrtc/logging/BUILD.gn#newcode56 webrtc/logging/BUILD.gn:56: "../modules/audio_coding:audio_network_adaptor", No, since its really used in the rtc_event_log_impl. ...
3 years, 9 months ago (2017-03-09 14:42:54 UTC) #6
terelius
lgtm https://codereview.webrtc.org/2745473003/diff/1/webrtc/logging/BUILD.gn File webrtc/logging/BUILD.gn (right): https://codereview.webrtc.org/2745473003/diff/1/webrtc/logging/BUILD.gn#newcode56 webrtc/logging/BUILD.gn:56: "../modules/audio_coding:audio_network_adaptor", On 2017/03/09 14:42:54, michaelt wrote: > No, ...
3 years, 9 months ago (2017-03-10 10:26:57 UTC) #7
the sun
Drive-by lgtm for voice_engine (I bet you don't want to wait for Minyue to be ...
3 years, 9 months ago (2017-03-10 12:09:27 UTC) #9
minyue-webrtc
lgtm
3 years, 9 months ago (2017-03-23 09:19:09 UTC) #14
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/2745473003/1
3 years, 9 months ago (2017-03-23 09:51:44 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/15272)
3 years, 9 months ago (2017-03-23 09:56:52 UTC) #18
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/2745473003/1
3 years, 9 months ago (2017-03-27 15:04:13 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: ios64_sim_ios9_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_ios9_dbg/builds/2836) ios_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 9 months ago (2017-03-27 15:05:43 UTC) #22
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/2745473003/20001
3 years, 8 months ago (2017-03-28 12:11:23 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/15463)
3 years, 8 months ago (2017-03-28 12:15:57 UTC) #31
michaelt
@kjellander_webrtc Can you pleas take a look, I need approval from tools for this.
3 years, 8 months ago (2017-04-06 08:18:36 UTC) #33
kjellander_webrtc
This is awesome, thanks for taking the time to clean this up. https://codereview.webrtc.org/2745473003/diff/20001/webrtc/logging/BUILD.gn File webrtc/logging/BUILD.gn ...
3 years, 8 months ago (2017-04-06 08:41:38 UTC) #34
michaelt
https://codereview.webrtc.org/2745473003/diff/20001/webrtc/logging/BUILD.gn File webrtc/logging/BUILD.gn (right): https://codereview.webrtc.org/2745473003/diff/20001/webrtc/logging/BUILD.gn#newcode31 webrtc/logging/BUILD.gn:31: check_includes = false When I activate the check some ...
3 years, 8 months ago (2017-04-06 09:16:37 UTC) #35
kjellander_webrtc
On 2017/04/06 09:16:37, michaelt wrote: > https://codereview.webrtc.org/2745473003/diff/20001/webrtc/logging/BUILD.gn > File webrtc/logging/BUILD.gn (right): > > https://codereview.webrtc.org/2745473003/diff/20001/webrtc/logging/BUILD.gn#newcode31 > ...
3 years, 8 months ago (2017-04-06 09:24:17 UTC) #36
michaelt
On 2017/04/06 09:24:17, kjellander_webrtc wrote: > On 2017/04/06 09:16:37, michaelt wrote: > > https://codereview.webrtc.org/2745473003/diff/20001/webrtc/logging/BUILD.gn > ...
3 years, 8 months ago (2017-04-06 09:31:48 UTC) #37
kjellander_webrtc
On 2017/04/06 09:31:48, michaelt wrote: > On 2017/04/06 09:24:17, kjellander_webrtc wrote: > > On 2017/04/06 ...
3 years, 8 months ago (2017-04-06 09:35:09 UTC) #38
terelius
https://codereview.webrtc.org/2745473003/diff/40001/webrtc/logging/BUILD.gn File webrtc/logging/BUILD.gn (right): https://codereview.webrtc.org/2745473003/diff/40001/webrtc/logging/BUILD.gn#newcode32 webrtc/logging/BUILD.gn:32: "../modules/remote_bitrate_estimator:remote_bitrate_estimator", I don't like this. The event log API ...
3 years, 8 months ago (2017-04-06 09:39:37 UTC) #41
michaelt
Ok i think i will revert the last change and clean up BandwidthUsage problem in ...
3 years, 8 months ago (2017-04-06 09:45:06 UTC) #42
terelius
On 2017/04/06 09:45:06, michaelt wrote: > Ok i think i will revert the last change ...
3 years, 8 months ago (2017-04-06 09:55:42 UTC) #43
kjellander_webrtc
On 2017/04/06 09:55:42, terelius wrote: > On 2017/04/06 09:45:06, michaelt wrote: > > Ok i ...
3 years, 8 months ago (2017-04-06 09:56:15 UTC) #44
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/2745473003/60001
3 years, 8 months ago (2017-04-06 12:55:15 UTC) #51
commit-bot: I haz the power
3 years, 8 months ago (2017-04-06 12:59:18 UTC) #54
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/cde46b72788f5e37cfae33824...

Powered by Google App Engine
This is Rietveld 408576698