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

Issue 1241683005: Support piping log data over the service protocol (Closed)

Created:
5 years, 5 months ago by Cutch
Modified:
5 years, 5 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Support piping log data over the service protocol BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/f818f9dc0f00c56c257398724430d9a7eddb19f2

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Total comments: 8

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -12 lines) Patch
M runtime/lib/developer.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/lib/developer.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 3 4 5 5 chunks +18 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/logging_test.dart View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/json_stream.h View 4 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/service.h View 3 chunks +16 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 5 chunks +38 lines, -4 lines 0 comments Download
M runtime/vm/service_event.h View 1 2 3 4 3 chunks +20 lines, -0 lines 0 comments Download
M runtime/vm/service_event.cc View 1 2 3 4 4 chunks +25 lines, -3 lines 0 comments Download
M runtime/vm/timeline.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/developer_patch.dart View 1 chunk +21 lines, -0 lines 0 comments Download
M sdk/lib/developer/developer.dart View 1 2 2 chunks +34 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Cutch
5 years, 5 months ago (2015-07-17 00:03:08 UTC) #2
rmacnak
DBC https://codereview.chromium.org/1241683005/diff/60001/sdk/lib/developer/developer.dart File sdk/lib/developer/developer.dart (right): https://codereview.chromium.org/1241683005/diff/60001/sdk/lib/developer/developer.dart#newcode38 sdk/lib/developer/developer.dart:38: /// [sequenceNumber] is a monotonically increasing sequence number. ...
5 years, 5 months ago (2015-07-17 00:17:56 UTC) #4
turnidge
General comment: It would be nice to build a system that could snoop on the ...
5 years, 5 months ago (2015-07-17 00:19:55 UTC) #5
Cutch
I agree it would be nice to have a system that didn't require modifying the ...
5 years, 5 months ago (2015-07-17 00:50:13 UTC) #6
Cutch
I've moved all the data into ServiceEvent and made the printing regular. PTAL.
5 years, 5 months ago (2015-07-20 23:28:59 UTC) #8
rmacnak
LGTM w/ comments https://codereview.chromium.org/1241683005/diff/80001/runtime/observatory/tests/service/logging_test.dart File runtime/observatory/tests/service/logging_test.dart (right): https://codereview.chromium.org/1241683005/diff/80001/runtime/observatory/tests/service/logging_test.dart#newcode27 runtime/observatory/tests/service/logging_test.dart:27: isolateStreamEvent('Logging', (ServiceEvent event) { Isolate.kLoggingStream https://codereview.chromium.org/1241683005/diff/80001/runtime/observatory/tests/service/logging_test.dart#newcode34 ...
5 years, 5 months ago (2015-07-21 00:20:15 UTC) #9
Cutch
https://codereview.chromium.org/1241683005/diff/80001/runtime/observatory/tests/service/logging_test.dart File runtime/observatory/tests/service/logging_test.dart (right): https://codereview.chromium.org/1241683005/diff/80001/runtime/observatory/tests/service/logging_test.dart#newcode27 runtime/observatory/tests/service/logging_test.dart:27: isolateStreamEvent('Logging', (ServiceEvent event) { On 2015/07/21 00:20:15, rmacnak wrote: ...
5 years, 5 months ago (2015-07-21 14:51:44 UTC) #10
Cutch
5 years, 5 months ago (2015-07-21 14:54:50 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
f818f9dc0f00c56c257398724430d9a7eddb19f2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698