Index: runtime/platform/assert.cc |
diff --git a/runtime/platform/assert.cc b/runtime/platform/assert.cc |
index 49c6bec4c00d37c51a76f36e5b484bf2984610e7..7929b27bc43c5065d398676c5250e481b26b1b9b 100644 |
--- a/runtime/platform/assert.cc |
+++ b/runtime/platform/assert.cc |
@@ -38,7 +38,7 @@ void DynamicAssertionHelper::Fail(const char* format, ...) { |
// until the program is exiting before producing a non-zero exit |
// code through abort. |
if (kind_ == ASSERT) { |
- NOT_IN_PRODUCT(Profiler::DumpStackTrace(true /* native_stack_trace */)); |
+ NOT_IN_PRODUCT(Profiler::DumpStackTrace()); |
OS::Abort(); |
} |
failed_ = true; |