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

Issue 1484503002: Use webrtc/base/logging.h in stefan@'s ownership. (Closed)

Created:
5 years ago by pbos-webrtc
Modified:
5 years ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Use webrtc/base/logging.h in stefan@'s ownership. Replaces system_wrappers' logging in call/, bitrate_controller/, pacing/ and remote_bitrate_estimator/. BUG=webrtc:5118 R=stefan@webrtc.org Committed: https://crrev.com/7c704b82893bbe7fc206b004fb9dfe6e69a986ef Cr-Commit-Position: refs/heads/master@{#10896}

Patch Set 1 #

Patch Set 2 : use rtc logging in bitrate estimator tests #

Total comments: 3

Patch Set 3 : change back to LS_INFO #

Patch Set 4 : improved logging + ignore packet in abssendtime #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -69 lines) Patch
M webrtc/call/bitrate_estimator_tests.cc View 1 2 3 6 chunks +50 lines, -59 lines 0 comments Download
M webrtc/call/call.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/call/congestion_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/paced_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
stefan-webrtc
lgtm
5 years ago (2015-11-27 18:33:49 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1484503002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1484503002/1
5 years ago (2015-11-27 18:34:02 UTC) #3
commit-bot: I haz the power
Try jobs failed on following builders: mac_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_rel/builds/11150)
5 years ago (2015-11-27 18:41:45 UTC) #5
pbos-webrtc
use rtc logging in bitrate estimator tests
5 years ago (2015-12-03 22:57:20 UTC) #6
pbos-webrtc
PTAL, also had to ignore a message due to AST extensions missing (not sure if ...
5 years ago (2015-12-03 22:58:35 UTC) #7
pbos-webrtc
Namely I had to ignore this: (remote_bitrate_estimator_abs_send_time.cc:242): RemoteBitrateEstimatorAbsSendTimeImpl: Incoming packet is missing absolute send time ...
5 years ago (2015-12-03 22:59:15 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1484503002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1484503002/20001
5 years ago (2015-12-04 09:56:43 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_drmemory_light on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_drmemory_light/builds/8317)
5 years ago (2015-12-04 11:45:18 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/1484503002/diff/20001/webrtc/call/bitrate_estimator_tests.cc File webrtc/call/bitrate_estimator_tests.cc (right): https://codereview.webrtc.org/1484503002/diff/20001/webrtc/call/bitrate_estimator_tests.cc#newcode60 webrtc/call/bitrate_estimator_tests.cc:60: message.find("packet is missing") == std::string::npos) { Could you explain ...
5 years ago (2015-12-04 14:02:37 UTC) #15
pbos-webrtc
change back to LS_INFO
5 years ago (2015-12-04 14:11:11 UTC) #16
pbos-webrtc
PTAL, I'm not sure why this logline didn't reach the filter before :\ https://codereview.webrtc.org/1484503002/diff/20001/webrtc/call/bitrate_estimator_tests.cc File ...
5 years ago (2015-12-04 14:12:01 UTC) #17
pbos-webrtc
improved logging + ignore packet in abssendtime
5 years ago (2015-12-04 14:49:47 UTC) #18
pbos-webrtc
PTAL, and I added a return so that TOF packets aren't accounted for in AST
5 years ago (2015-12-04 14:52:26 UTC) #19
stefan-webrtc
lgtm
5 years ago (2015-12-04 15:05:51 UTC) #20
pbos-webrtc
Committed patchset #4 (id:60001) manually as 7c704b82893bbe7fc206b004fb9dfe6e69a986ef (presubmit successful).
5 years ago (2015-12-04 15:13:19 UTC) #22
commit-bot: I haz the power
5 years ago (2015-12-04 15:13:23 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7c704b82893bbe7fc206b004fb9dfe6e69a986ef
Cr-Commit-Position: refs/heads/master@{#10896}

Powered by Google App Engine
This is Rietveld 408576698