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

Unified Diff: runtime/vm/object_service.cc

Issue 2646443005: Track async causal stack traces (Closed)
Patch Set: rebase Created 3 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/vm/object.cc ('k') | runtime/vm/object_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_service.cc
diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc
index 650dede32c3d36e935b2a8c7925f667452df54a6..31c46cdf9ebcf4e14e6e0dedfa6184ee3a0e8771 100644
--- a/runtime/vm/object_service.cc
+++ b/runtime/vm/object_service.cc
@@ -1469,7 +1469,7 @@ void StackTrace::PrintJSONImpl(JSONStream* stream, bool ref) const {
jsobj.AddProperty("kind", "StackTrace");
jsobj.AddServiceId(*this);
intptr_t idx = 0;
- jsobj.AddProperty("valueAsString", ToCStringInternal(&idx));
+ jsobj.AddProperty("valueAsString", ToCStringInternal(*this, &idx));
}
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/object_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698