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

Issue 328663008: Add support to trace warnings in TraceBuffer. (Closed)

Created:
6 years, 6 months ago by regis
Modified:
6 years, 6 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add support to trace warnings in TraceBuffer. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=37298

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 9

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -26 lines) Patch
M runtime/vm/exceptions.h View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 2 3 4 5 6 2 chunks +49 lines, -6 lines 0 comments Download
M runtime/vm/exceptions_test.cc View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 3 4 5 6 2 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/json_stream.h View 1 2 3 4 5 6 3 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 2 3 4 5 6 2 chunks +12 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/trace_buffer.h View 1 2 3 4 5 6 2 chunks +11 lines, -4 lines 0 comments Download
M runtime/vm/trace_buffer.cc View 1 2 3 4 5 6 3 chunks +21 lines, -13 lines 0 comments Download
M runtime/vm/trace_buffer_test.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
regis
John, I am not sure the way I nest the warning as a message is ...
6 years, 6 months ago (2014-06-10 19:56:23 UTC) #1
regis
John, I cannot find an email trace of this cl I sent hours ago. Strange. ...
6 years, 6 months ago (2014-06-10 22:12:03 UTC) #2
Cutch
https://codereview.chromium.org/328663008/diff/80001/runtime/vm/trace_buffer.cc File runtime/vm/trace_buffer.cc (right): https://codereview.chromium.org/328663008/diff/80001/runtime/vm/trace_buffer.cc#newcode104 runtime/vm/trace_buffer.cc:104: void TraceBuffer::TraceWarningV(Isolate* isolate, JSONStream js; { JSONObject trace_warning(&js); trace_warning.AddProperty("type", ...
6 years, 6 months ago (2014-06-11 21:45:03 UTC) #3
regis
Thanks! PTAL. Is is what you have in mind? I still need to move the ...
6 years, 6 months ago (2014-06-11 23:48:35 UTC) #4
Cutch
lgtm after addressing my comment and moving the code out of trace_buffer and into the ...
6 years, 6 months ago (2014-06-12 21:09:06 UTC) #5
regis
Thanks! I've moved the new code to exceptions.cc for now, but I want to move ...
6 years, 6 months ago (2014-06-13 00:04:38 UTC) #6
regis
6 years, 6 months ago (2014-06-13 00:47:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 manually as r37298 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698