| Index: runtime/vm/timeline.cc
|
| diff --git a/runtime/vm/timeline.cc b/runtime/vm/timeline.cc
|
| index 68850be7e7ad1a2e7e1fe5a431c0000487367a7f..68e0784d9317f17625fcf556ab4ad7dd58815751 100644
|
| --- a/runtime/vm/timeline.cc
|
| +++ b/runtime/vm/timeline.cc
|
| @@ -1176,6 +1176,7 @@ void TimelineEventFixedBufferRecorder::PrintTraceEvent(
|
| return;
|
| }
|
| JSONArray events(js);
|
| + PrintJSONMeta(&events);
|
| PrintJSONEvents(&events, filter);
|
| }
|
|
|
| @@ -1321,6 +1322,7 @@ void TimelineEventEndlessRecorder::PrintTraceEvent(
|
| return;
|
| }
|
| JSONArray events(js);
|
| + PrintJSONMeta(&events);
|
| PrintJSONEvents(&events, filter);
|
| }
|
|
|
|
|