Chromium Code Reviews

Issue 1321002: Reducing the debug output spam. (Closed)

Created:
10 years, 9 months ago by ahendrickson
Modified:
9 years, 7 months ago
Reviewers:
cbentzel, wtc, willchan no longer on Chromium
CC:
chromium-reviews, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Reducing the debug output spam. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42694

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Stats (+15 lines, -29 lines)
M net/http/http_network_transaction.cc View 2 chunks +0 lines, -2 lines 0 comments
M net/spdy/spdy_network_transaction_unittest.cc View 5 chunks +15 lines, -15 lines 0 comments
M net/spdy/spdy_session.cc View 4 chunks +0 lines, -4 lines 0 comments
M net/spdy/spdy_stream.cc View 6 chunks +0 lines, -8 lines 0 comments

Messages

Total messages: 3 (0 generated)
willchan no longer on Chromium
wtc and i would prefer getting rid of all the new DLOGs, including the NET_TRACE ...
10 years, 9 months ago (2010-03-25 23:16:28 UTC) #1
willchan no longer on Chromium
LGTM
10 years, 9 months ago (2010-03-25 23:16:34 UTC) #2
wtc
10 years, 9 months ago (2010-03-26 00:11:14 UTC) #3
LGTM.

In general I don't like checking in log messages for tracing
the control flow, because they usually only make sense to the
programmer who added them, and are a hassle for others to
maintain.

Powered by Google App Engine