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

Issue 20156: POSIX: basic IPC logging (Closed)

Created:
11 years, 10 months ago by agl
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

POSIX: basic IPC logging For the moment, we enable IPC logging with an environment variable (CHROME_IPC_LOGGING) and log everything to stderr.

Patch Set 1 #

Total comments: 8

Patch Set 2 : ... #

Patch Set 3 : Add xcode changes #

Patch Set 4 : ... #

Patch Set 5 : ... #

Patch Set 6 : merge with tree #

Patch Set 7 : Merge jrg's xcode changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -41 lines) Patch
M chrome/chrome.xcodeproj/project.pbxproj View 3 4 5 6 9 chunks +53 lines, -0 lines 0 comments Download
M chrome/common/common.scons View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/ipc_channel_proxy.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/common/ipc_logging.h View 1 2 3 4 5 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/common/ipc_logging.cc View 1 2 3 4 5 11 chunks +53 lines, -21 lines 0 comments Download
M chrome/common/ipc_message.h View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/common/ipc_message_utils.h View 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/ipc_tests.scons View 4 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
agl
11 years, 10 months ago (2009-02-07 00:19:59 UTC) #1
Evan Martin
LGTM http://codereview.chromium.org/20156/diff/1/4 File chrome/common/ipc_logging.cc (right): http://codereview.chromium.org/20156/diff/1/4#newcode86 Line 86: if (getenv("CHROME_IPC_LOGGING")) maybe stick a TODO(port) in ...
11 years, 10 months ago (2009-02-07 00:25:17 UTC) #2
jam
lgtm, some nits http://codereview.chromium.org/20156/diff/1/4 File chrome/common/ipc_logging.cc (right): http://codereview.chromium.org/20156/diff/1/4#newcode53 Line 53: consumer_(NULL) { while you're touching ...
11 years, 10 months ago (2009-02-07 00:30:38 UTC) #3
stoyan
http://codereview.chromium.org/20156/diff/1/5 File chrome/common/ipc_logging.h (right): http://codereview.chromium.org/20156/diff/1/5#newcode89 Line 89: scoped_ptr<base::WaitableEvent> logging_event_off_; Are these really have to be ...
11 years, 10 months ago (2009-02-07 01:07:15 UTC) #4
agl
http://codereview.chromium.org/20156/diff/1/4 File chrome/common/ipc_logging.cc (right): http://codereview.chromium.org/20156/diff/1/4#newcode53 Line 53: consumer_(NULL) { On 2009/02/07 00:30:38, John Abd-El-Malek wrote: ...
11 years, 10 months ago (2009-02-10 01:06:57 UTC) #5
agl
awalker: By adding the logging functions to ipc_logging.cc I've brought them into the realm of ...
11 years, 10 months ago (2009-02-10 02:00:24 UTC) #6
Amanda Walker
11 years, 10 months ago (2009-02-10 18:46:14 UTC) #7
On 2009/02/10 02:00:24, agl wrote:
> If you could help me add them to the OSX build, that would be great; thanks.

Will do--looks pretty straightforward.

Powered by Google App Engine
This is Rietveld 408576698