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

Issue 8991010: This change updates the libjingle logging so that it writes to chromiums VLOG instead of its own ... (Closed)

Created:
8 years, 12 months ago by hellner
Modified:
8 years, 11 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org
Visibility:
Public.

Description

This change updates the libjingle logging so that it writes to chromiums VLOG instead of its own logging mechanism. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117917

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Total comments: 58

Patch Set 3 : '' #

Total comments: 12

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 6

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 4

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Total comments: 2

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+508 lines, -295 lines) Patch
A jingle/glue/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
A jingle/glue/logging_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +158 lines, -0 lines 0 comments Download
M jingle/jingle.gyp View 13 1 chunk +1 line, -0 lines 0 comments Download
M remoting/jingle_glue/xmpp_socket_adapter.cc View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/libjingle/libjingle.gyp View 1 5 chunks +4 lines, -14 lines 0 comments Download
M third_party/libjingle/overrides/talk/base/logging.h View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +99 lines, -280 lines 0 comments Download
A third_party/libjingle/overrides/talk/base/logging.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +242 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
hellner
The change overrides the libjingle logging macros. Please let me know if anything is unclear ...
8 years, 12 months ago (2011-12-27 19:50:14 UTC) #1
Sergey Ulanov
It's great to see this being fixed! Please see my comments. http://codereview.chromium.org/8991010/diff/1/jingle/glue/logging_unittest.cc File jingle/glue/logging_unittest.cc (right): ...
8 years, 12 months ago (2011-12-28 02:38:14 UTC) #2
hellner
Updated according to comments. Please have another go at reviewing. Thanks! http://codereview.chromium.org/8991010/diff/1/jingle/glue/logging_unittest.cc File jingle/glue/logging_unittest.cc (right): ...
8 years, 11 months ago (2012-01-10 23:31:28 UTC) #3
Sergey Ulanov
I have some more comments, majority of them are just style nits. http://codereview.chromium.org/8991010/diff/14001/third_party/libjingle/overrides/talk/base/logging.cc File third_party/libjingle/overrides/talk/base/logging.cc ...
8 years, 11 months ago (2012-01-11 02:25:48 UTC) #4
hellner
Updated according to comments. Please have another go at reviewing. Thanks! http://codereview.chromium.org/8991010/diff/14001/third_party/libjingle/overrides/talk/base/logging.cc File third_party/libjingle/overrides/talk/base/logging.cc (right): ...
8 years, 11 months ago (2012-01-11 19:16:58 UTC) #5
Sergey Ulanov
Looks mostly good now, but I have few more nits. Particularly see my suggestion about ...
8 years, 11 months ago (2012-01-11 19:54:48 UTC) #6
hellner
Updated according to comments. Please have another go at reviewing. Thanks! http://codereview.chromium.org/8991010/diff/14001/third_party/libjingle/overrides/talk/base/logging.h File third_party/libjingle/overrides/talk/base/logging.h (right): ...
8 years, 11 months ago (2012-01-11 23:53:31 UTC) #7
Sergey Ulanov
Couple more minor nits. LGTM otherwise. Thanks for implementing proper solution for libjingle logging! http://codereview.chromium.org/8991010/diff/24002/third_party/libjingle/overrides/talk/base/logging.h ...
8 years, 11 months ago (2012-01-12 00:11:36 UTC) #8
hellner
Updated according to comments. Also solved build errors on Mac and Windows, please have another ...
8 years, 11 months ago (2012-01-13 00:34:42 UTC) #9
Sergey Ulanov
two more nits. LGTM otherwise. http://codereview.chromium.org/8991010/diff/29005/third_party/libjingle/overrides/talk/base/logging.cc File third_party/libjingle/overrides/talk/base/logging.cc (right): http://codereview.chromium.org/8991010/diff/29005/third_party/libjingle/overrides/talk/base/logging.cc#newcode18 third_party/libjingle/overrides/talk/base/logging.cc:18: #define snprintf _snprintf Alternatively ...
8 years, 11 months ago (2012-01-13 01:34:41 UTC) #10
hellner
Fixed the nits. Also had to update the jingle DEPS so that it may depend ...
8 years, 11 months ago (2012-01-13 19:36:40 UTC) #11
Sergey Ulanov
one nit in the DEPS file. http://codereview.chromium.org/8991010/diff/37002/jingle/DEPS File jingle/DEPS (right): http://codereview.chromium.org/8991010/diff/37002/jingle/DEPS#newcode3 jingle/DEPS:3: "+third_party/libjingle/overrides" It's better ...
8 years, 11 months ago (2012-01-13 19:45:04 UTC) #12
hellner
Updated according to comment. I had a look at the try-bots and it seems like ...
8 years, 11 months ago (2012-01-13 23:26:51 UTC) #13
Sergey Ulanov
lgtm
8 years, 11 months ago (2012-01-13 23:42:32 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hellner@google.com/8991010/30008
8 years, 11 months ago (2012-01-17 16:46:29 UTC) #15
commit-bot: I haz the power
8 years, 11 months ago (2012-01-17 18:08:50 UTC) #16
Change committed as 117917

Powered by Google App Engine
This is Rietveld 408576698