| Index: runtime/vm/service_isolate.cc
|
| diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc
|
| index a005ada3263333868242e81a564169988626a658..d80364e1ed392c915d43322b21069498f6c5d71f 100644
|
| --- a/runtime/vm/service_isolate.cc
|
| +++ b/runtime/vm/service_isolate.cc
|
| @@ -302,8 +302,10 @@ class RunServiceTask : public ThreadPool::Task {
|
| public:
|
| virtual void Run() {
|
| ASSERT(Isolate::Current() == NULL);
|
| +#ifndef PRODUCT
|
| TimelineDurationScope tds(Timeline::GetVMStream(),
|
| "ServiceIsolateStartup");
|
| +#endif // !PRODUCT
|
| char* error = NULL;
|
| Isolate* isolate = NULL;
|
|
|
|
|