Index: runtime/include/dart_api.h |
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
index a085a724bf47fe05981d292b3f56300031dd09c4..7c0488c7a38f6014e23f149896b452d322767469 100644 |
--- a/runtime/include/dart_api.h |
+++ b/runtime/include/dart_api.h |
@@ -3236,4 +3236,10 @@ Dart_CreateAppJITSnapshot(uint8_t** vm_isolate_snapshot_buffer, |
*/ |
DART_EXPORT bool Dart_IsPrecompiledRuntime(); |
+ |
+/** |
+ * Print a stack trace. Used for crash handling. |
siva
2016/11/22 06:28:32
Print a native stack trace.....
Florian Schneider
2016/11/23 18:27:08
Done.
|
+ */ |
+DART_EXPORT void Dart_DumpNativeStackTrace(void* context); |
+ |
#endif /* INCLUDE_DART_API_H_ */ /* NOLINT */ |