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

Issue 913503004: Per isolate Log with block support (Closed)

Created:
5 years, 10 months ago by Cutch
Modified:
5 years, 10 months ago
Reviewers:
koda, srdjan, siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Per isolate Log with block support BUG= R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=43604

Patch Set 1 #

Total comments: 18

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+348 lines, -1 line) Patch
M runtime/vm/isolate.h View 1 4 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 6 chunks +27 lines, -1 line 0 comments Download
A runtime/vm/log.h View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
A runtime/vm/log.cc View 1 1 chunk +126 lines, -0 lines 0 comments Download
A runtime/vm/log_test.cc View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/thread.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Cutch
5 years, 10 months ago (2015-02-09 16:58:36 UTC) #2
koda
First set of comments. https://codereview.chromium.org/913503004/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/913503004/diff/1/runtime/vm/isolate.cc#newcode50 runtime/vm/isolate.cc:50: DEFINE_FLAG(charp, isolate_log_filter, NULL, "Log only ...
5 years, 10 months ago (2015-02-09 17:57:29 UTC) #3
srdjan
https://codereview.chromium.org/913503004/diff/1/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/913503004/diff/1/runtime/vm/isolate.h#newcode699 runtime/vm/isolate.h:699: bool service_isolate_; I think 'is_service_isolate_' is more descriptive. https://codereview.chromium.org/913503004/diff/1/runtime/vm/log.h ...
5 years, 10 months ago (2015-02-09 18:01:03 UTC) #4
Cutch
https://codereview.chromium.org/913503004/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/913503004/diff/1/runtime/vm/isolate.cc#newcode50 runtime/vm/isolate.cc:50: DEFINE_FLAG(charp, isolate_log_filter, NULL, "Log only named isolate."); On 2015/02/09 ...
5 years, 10 months ago (2015-02-09 18:19:39 UTC) #5
srdjan
lgtm https://codereview.chromium.org/913503004/diff/20001/runtime/vm/log.h File runtime/vm/log.h (right): https://codereview.chromium.org/913503004/diff/20001/runtime/vm/log.h#newcode19 runtime/vm/log.h:19: Isolate::Current()->Log()->Print(format, ##__VA_ARGS__) When reading ISO_Print, I think of ...
5 years, 10 months ago (2015-02-09 18:34:17 UTC) #6
Cutch
https://codereview.chromium.org/913503004/diff/20001/runtime/vm/log.h File runtime/vm/log.h (right): https://codereview.chromium.org/913503004/diff/20001/runtime/vm/log.h#newcode19 runtime/vm/log.h:19: Isolate::Current()->Log()->Print(format, ##__VA_ARGS__) On 2015/02/09 18:34:17, srdjan wrote: > When ...
5 years, 10 months ago (2015-02-09 18:51:20 UTC) #8
Cutch
5 years, 10 months ago (2015-02-09 18:54:41 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 43604 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698