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

Issue 1230823009: Add rotating log file stream. (Closed)

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

Description

Provides log sinks for rotating logs. Intended for use on mobile devices to record call logs. BUG=4838 Committed: https://crrev.com/934119111e177770f647bd318ef8b2b943e5fb9b Cr-Commit-Position: refs/heads/master@{#9615}

Patch Set 1 : Fix win unittest (hopefully) #

Patch Set 2 : Cleanup #

Total comments: 35

Patch Set 3 : CR comments #

Patch Set 4 : Add some logging #

Patch Set 5 : Fix header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+992 lines, -0 lines) Patch
M webrtc/base/BUILD.gn View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M webrtc/base/base_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/base/filerotatingstream.h View 1 2 3 4 1 chunk +170 lines, -0 lines 0 comments Download
A webrtc/base/filerotatingstream.cc View 1 2 3 4 1 chunk +380 lines, -0 lines 0 comments Download
A webrtc/base/filerotatingstream_unittest.cc View 1 2 1 chunk +308 lines, -0 lines 0 comments Download
A webrtc/base/logsinks.h View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A webrtc/base/logsinks.cc View 1 2 1 chunk +56 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (14 generated)
tkchin_webrtc
5 years, 5 months ago (2015-07-20 18:27:29 UTC) #2
jiayl2
https://codereview.webrtc.org/1230823009/diff/140001/webrtc/base/logsinks.h File webrtc/base/logsinks.h (right): https://codereview.webrtc.org/1230823009/diff/140001/webrtc/base/logsinks.h#newcode51 webrtc/base/logsinks.h:51: // Log sink that uses a MobileDeviceLogSink to write ...
5 years, 5 months ago (2015-07-20 23:27:06 UTC) #9
tkchin_webrtc
PTAL https://codereview.webrtc.org/1230823009/diff/140001/webrtc/base/logsinks.h File webrtc/base/logsinks.h (right): https://codereview.webrtc.org/1230823009/diff/140001/webrtc/base/logsinks.h#newcode51 webrtc/base/logsinks.h:51: // Log sink that uses a MobileDeviceLogSink to ...
5 years, 5 months ago (2015-07-21 20:39:13 UTC) #11
jiayl2
https://codereview.webrtc.org/1230823009/diff/140001/webrtc/base/stream.cc File webrtc/base/stream.cc (right): https://codereview.webrtc.org/1230823009/diff/140001/webrtc/base/stream.cc#newcode603 webrtc/base/stream.cc:603: return SR_ERROR; On 2015/07/21 20:39:12, tkchin_webrtc wrote: > On ...
5 years, 5 months ago (2015-07-21 23:36:19 UTC) #12
tkchin_webrtc
PTAL Added some logs to error paths.
5 years, 5 months ago (2015-07-22 00:04:46 UTC) #14
jiayl2
lgtm
5 years, 5 months ago (2015-07-22 17:00:11 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230823009/260001
5 years, 5 months ago (2015-07-22 18:21:53 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-22 19:08:03 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230823009/260001
5 years, 5 months ago (2015-07-22 19:11:33 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:260001)
5 years, 5 months ago (2015-07-22 19:12:21 UTC) #24
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 19:12:32 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/934119111e177770f647bd318ef8b2b943e5fb9b
Cr-Commit-Position: refs/heads/master@{#9615}

Powered by Google App Engine
This is Rietveld 408576698