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

Unified Diff: runtime/vm/service_event.h

Issue 1241683005: Support piping log data over the service protocol (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/service_event.h
diff --git a/runtime/vm/service_event.h b/runtime/vm/service_event.h
index 8f81da5b33c38952baf917dd44bdeecc2637df91..784928e5cdb7f9802de76eeeec17b98699f94cf2 100644
--- a/runtime/vm/service_event.h
+++ b/runtime/vm/service_event.h
@@ -34,6 +34,8 @@ class ServiceEvent {
kEmbedder,
+ kLogging,
+
kIllegal,
};
@@ -140,6 +142,8 @@ class ServiceEvent {
void PrintJSON(JSONStream* js) const;
+ void PrintJSONHeader(JSONObject* jsobj) const;
+
private:
Isolate* isolate_;
EventKind kind_;

Powered by Google App Engine
This is Rietveld 408576698