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

Issue 1771143002: DM: verbose and quiet logging (Closed)

Created:
4 years, 9 months ago by mtklein_C
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

DM: verbose and quiet logging If you pass no flags, output is pretty much unchanged from today: calls to info() go to the console, calls to vlog() are ignored. If you pass --verbose and -w dir, all calls to info(), vlog() and all of stderr are redirected to dir/verbose.log. info() calls also go to the console, unless you pass --quiet, in which case nothing goes to the console at all. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1771143002 Committed: https://skia.googlesource.com/skia/+/c41fd9251dad3e2e2797436a4ccfaf0490914fe0

Patch Set 1 #

Patch Set 2 : require --verbose too #

Patch Set 3 : more C++11 #

Total comments: 2

Patch Set 4 : boring #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -38 lines) Patch
M dm/DM.cpp View 1 2 3 18 chunks +69 lines, -38 lines 0 comments Download

Messages

Total messages: 31 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1771143002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1771143002/1
4 years, 9 months ago (2016-03-08 00:32:08 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1771143002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1771143002/20001
4 years, 9 months ago (2016-03-08 00:38:31 UTC) #6
mtklein_C
Brian, Hal: please see if this scratches your various logging itches? Eric: is it possible ...
4 years, 9 months ago (2016-03-08 00:39:32 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1771143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1771143002/40001
4 years, 9 months ago (2016-03-08 00:42:40 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-08 00:56:44 UTC) #12
bsalomon
lgtm
4 years, 9 months ago (2016-03-08 14:25:58 UTC) #13
borenet
On 2016/03/08 00:39:32, mtklein_C wrote: > Brian, Hal: please see if this scratches your various ...
4 years, 9 months ago (2016-03-08 14:30:02 UTC) #14
mtklein
On 2016/03/08 14:30:02, borenet wrote: > On 2016/03/08 00:39:32, mtklein_C wrote: > > Brian, Hal: ...
4 years, 9 months ago (2016-03-08 14:45:03 UTC) #15
borenet
On 2016/03/08 14:45:03, mtklein wrote: > On 2016/03/08 14:30:02, borenet wrote: > > On 2016/03/08 ...
4 years, 9 months ago (2016-03-08 14:48:56 UTC) #16
mtklein
On 2016/03/08 14:48:56, borenet wrote: > On 2016/03/08 14:45:03, mtklein wrote: > > On 2016/03/08 ...
4 years, 9 months ago (2016-03-08 14:59:52 UTC) #17
borenet
On 2016/03/08 14:59:52, mtklein wrote: > On 2016/03/08 14:48:56, borenet wrote: > > On 2016/03/08 ...
4 years, 9 months ago (2016-03-08 15:07:18 UTC) #18
hal.canary
no objections to the change. https://codereview.chromium.org/1771143002/diff/40001/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1771143002/diff/40001/dm/DM.cpp#newcode92 dm/DM.cpp:92: FLAGS_quiet || printf(fmt, args...); ...
4 years, 9 months ago (2016-03-08 15:09:34 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1771143002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1771143002/60001
4 years, 9 months ago (2016-03-08 15:15:33 UTC) #21
mtklein
Hal, does --quiet do what you were asking for? https://codereview.chromium.org/1771143002/diff/40001/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1771143002/diff/40001/dm/DM.cpp#newcode92 dm/DM.cpp:92: ...
4 years, 9 months ago (2016-03-08 15:15:56 UTC) #22
mtklein
> Yeah, at the moment the recipe downloads all of DM's outputs so that it ...
4 years, 9 months ago (2016-03-08 15:16:43 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/6863) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
4 years, 9 months ago (2016-03-08 15:17:05 UTC) #25
hal.canary
On 2016/03/08 15:15:56, mtklein wrote: > Hal, does --quiet do what you were asking for? ...
4 years, 9 months ago (2016-03-08 15:26:54 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1771143002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1771143002/60001
4 years, 9 months ago (2016-03-08 16:49:58 UTC) #29
commit-bot: I haz the power
4 years, 9 months ago (2016-03-08 17:01:43 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/c41fd9251dad3e2e2797436a4ccfaf0490914fe0

Powered by Google App Engine
This is Rietveld 408576698