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

Unified Diff: runtime/observatory/tests/service/test_helper.dart

Issue 2646443005: Track async causal stack traces (Closed)
Patch Set: initialize async_causal_stack_trace_ to NULL Created 3 years, 11 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
Index: runtime/observatory/tests/service/test_helper.dart
diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart
index eeb6805e12a1885a4418f11ddc8bc8afde99ef17..fe124dd62586408551bb4d92ca36185323160c64 100644
--- a/runtime/observatory/tests/service/test_helper.dart
+++ b/runtime/observatory/tests/service/test_helper.dart
@@ -328,7 +328,8 @@ class _ServiceTesterRunner {
await process.requestExit();
}, onError: (error, stackTrace) {
process.requestExit();
- print('Unexpected exception in service tests: $error\n$stackTrace');
+ print('Unexpected exception in service tests: $error\n'
+ '${stackTrace.terse}');
throw error;
});
});

Powered by Google App Engine
This is Rietveld 408576698