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

Unified Diff: runtime/vm/service.h

Issue 1760963002: Print isolate properly in debug output for IsolateRunnable events. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « runtime/observatory/tests/service/test_helper.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 164a94f1cd29b25ea001c6dc4859e81462cf5a5a..5018fc4a8eb348587a8f1bcd6441d7681aa4beba 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -184,7 +184,8 @@ class Service : public AllStatic {
const uint8_t* data,
intptr_t size);
- static void PostEvent(const char* stream_id,
+ static void PostEvent(Isolate* isolate,
+ const char* stream_id,
const char* kind,
JSONStream* event);
« no previous file with comments | « runtime/observatory/tests/service/test_helper.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698