| 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_;
|
|
|