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

Issue 3904002: Convert LOG(INFO) to VLOG(1) - courgette/. (Closed)

Created:
10 years, 2 months ago by Peter Kasting
Modified:
9 years, 7 months ago
Reviewers:
sra, sra1
CC:
chromium-reviews
Visibility:
Public.

Description

Convert LOG(INFO) to VLOG(1) - courgette/. This eliminates the custom logging code as VLOG is per-module configurable. I did preserve the distinct log level numbers in the VLOG statements. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63407

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -155 lines) Patch
M courgette/adjustment_method.cc View 14 chunks +22 lines, -37 lines 0 comments Download
M courgette/adjustment_method_2.cc View 14 chunks +25 lines, -54 lines 0 comments Download
M courgette/assembly_program.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M courgette/disassembler.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M courgette/encoded_program.cc View 1 chunk +10 lines, -10 lines 1 comment Download
M courgette/ensemble_create.cc View 8 chunks +23 lines, -24 lines 0 comments Download
M courgette/simple_delta.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M courgette/third_party/bsdiff_create.cc View 4 chunks +15 lines, -15 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Peter Kasting
10 years, 2 months ago (2010-10-19 21:14:00 UTC) #1
Peter Kasting
ping
10 years, 2 months ago (2010-10-20 21:41:58 UTC) #2
sra1
It looks fine, but I'm not sure it is worth doing. What testing did you ...
10 years, 2 months ago (2010-10-21 00:08:49 UTC) #3
Peter Kasting
On 2010/10/21 00:08:49, sra1 wrote: > It looks fine, but I'm not sure it is ...
10 years, 2 months ago (2010-10-21 00:23:09 UTC) #4
sra1
On Wed, Oct 20, 2010 at 5:23 PM, <pkasting@chromium.org> wrote: > On 2010/10/21 00:08:49, sra1 ...
10 years, 2 months ago (2010-10-21 17:43:08 UTC) #5
Peter Kasting
10 years, 2 months ago (2010-10-21 20:35:41 UTC) #6
On 2010/10/21 17:43:08, sra1 wrote:
> So long as it is practically impossible for VLOG(2) to log on a user's
> machine during update we should be fine.
> 
> My worry was that some of that logging is extremely verbose.  I'm just
> worried that without doing the verification on the actual logging
> configuration in effect on a user's machine when chrome is updating, we will
> end up generating a multi-GB log file and add minutes to the update time.
>  But all the bad stuff is VLOG(2).

Ah, I understand.

The default VLOG level is 0, so even VLOG(1) will not log anything during an
update unless someone has managed to make the update process run with "-v=1" or
higher.

Powered by Google App Engine
This is Rietveld 408576698