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

Issue 1348113003: Update to the RtcEventLog protobuf to remove the DebugEvent message. (Closed)

Created:
5 years, 3 months ago by ivoc
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), tlegrand-webrtc, tterriberry_mozilla.com, hlundin-webrtc, andresp, kwiberg-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@audio_playout_timing
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update to the RtcEventLog protobuf to remove the DebugEvent message. This CL restructures the RtcEventLog protobuf format, by removing the DebugEvent message. This is done by moving the LOG_START and LOG_END events to the EventType enum and making a seperate message for audio playout events. In addition to these changes, some fields were added to the AudioReceiveConfig and AudioSendConfig messages, but these are for future use and are not currently logged yet. This is a follow-up to CL 1340283002 which adds a SSRC to AudioPlayout events in the RtcEventLog. BUG=webrtc:4741 R=henrik.lundin@webrtc.org, stefan@webrtc.org, terelius@webrtc.org Committed: https://crrev.com/301aaed813b55e28c12e89bb58ae8f8d8136c47e Cr-Commit-Position: refs/heads/master@{#10221}

Patch Set 1 : Initial version #

Total comments: 6

Patch Set 2 : Addressed terelius@ comments. #

Total comments: 2

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -72 lines) Patch
M webrtc/call/rtc_event_log.cc View 1 2 2 chunks +6 lines, -11 lines 0 comments Download
M webrtc/call/rtc_event_log.proto View 1 2 4 chunks +26 lines, -27 lines 0 comments Download
M webrtc/call/rtc_event_log_unittest.cc View 1 2 8 chunks +22 lines, -25 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc View 1 2 2 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
ivoc
Hi guys, please have a look at this small follow-up CL to remove the DebugEvent ...
5 years, 3 months ago (2015-09-16 13:24:16 UTC) #3
hlundin-webrtc
lgtm
5 years, 3 months ago (2015-09-17 13:42:39 UTC) #4
terelius
https://codereview.webrtc.org/1348113003/diff/1/webrtc/video/rtc_event_log.proto File webrtc/video/rtc_event_log.proto (right): https://codereview.webrtc.org/1348113003/diff/1/webrtc/video/rtc_event_log.proto#newcode213 webrtc/video/rtc_event_log.proto:213: // TODO(terelius): Add audio-receive config. As far as I ...
5 years, 3 months ago (2015-09-21 15:18:26 UTC) #5
ivoc
Sorry for the late reply, got a bit sidetracked by my Tachyon debugging adventure. https://codereview.webrtc.org/1348113003/diff/1/webrtc/video/rtc_event_log.proto ...
5 years, 2 months ago (2015-09-25 08:02:06 UTC) #6
terelius
https://codereview.webrtc.org/1348113003/diff/20001/webrtc/video/rtc_event_log.proto File webrtc/video/rtc_event_log.proto (right): https://codereview.webrtc.org/1348113003/diff/20001/webrtc/video/rtc_event_log.proto#newcode226 webrtc/video/rtc_event_log.proto:226: optional uint32 ssrc = 1; Could you check if ...
5 years, 2 months ago (2015-10-02 09:42:02 UTC) #7
ivoc
https://codereview.webrtc.org/1348113003/diff/20001/webrtc/video/rtc_event_log.proto File webrtc/video/rtc_event_log.proto (right): https://codereview.webrtc.org/1348113003/diff/20001/webrtc/video/rtc_event_log.proto#newcode226 webrtc/video/rtc_event_log.proto:226: optional uint32 ssrc = 1; On 2015/10/02 09:42:02, terelius ...
5 years, 2 months ago (2015-10-05 14:33:14 UTC) #8
terelius
lgtm
5 years, 2 months ago (2015-10-07 12:07:12 UTC) #9
stefan-webrtc
lgtm
5 years, 2 months ago (2015-10-08 06:49:31 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1348113003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1348113003/20001
5 years, 2 months ago (2015-10-08 07:19:49 UTC) #12
commit-bot: I haz the power
Dry run: 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/8066) android_gn_dbg on ...
5 years, 2 months ago (2015-10-08 07:20:53 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1348113003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1348113003/40001
5 years, 2 months ago (2015-10-08 14:05:56 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-08 16:04:19 UTC) #18
ivoc
Committed patchset #3 (id:40001) manually as 301aaed813b55e28c12e89bb58ae8f8d8136c47e (presubmit successful).
5 years, 2 months ago (2015-10-08 16:07:58 UTC) #19
commit-bot: I haz the power
5 years, 2 months ago (2015-10-08 16:08:02 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/301aaed813b55e28c12e89bb58ae8f8d8136c47e
Cr-Commit-Position: refs/heads/master@{#10221}

Powered by Google App Engine
This is Rietveld 408576698