Index: runtime/include/dart_api.h |
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
index 8c82321020a2a402f32a9ec80adc00e8e84e2546..93d6da504d184b881f8d3f8890317bc773bff27b 100644 |
--- a/runtime/include/dart_api.h |
+++ b/runtime/include/dart_api.h |
@@ -3281,4 +3281,10 @@ Dart_CreateAppJITSnapshot(uint8_t** vm_isolate_snapshot_buffer, |
*/ |
DART_EXPORT bool Dart_IsPrecompiledRuntime(); |
+ |
+/** |
+ * Print a native stack trace. Used for crash handling. |
+ */ |
+DART_EXPORT void Dart_DumpNativeStackTrace(void* context); |
+ |
#endif /* INCLUDE_DART_API_H_ */ /* NOLINT */ |