summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/signal_catcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/signal_catcher.cc b/runtime/signal_catcher.cc
index e3dfc74628..8c934d52a2 100644
--- a/runtime/signal_catcher.cc
+++ b/runtime/signal_catcher.cc
@@ -117,7 +117,7 @@ bool SignalCatcher::OpenStackTraceFile(android::base::unique_fd* tombstone_fd,
android::base::unique_fd* output_fd) {
if (use_tombstoned_stack_trace_fd_) {
#if defined(ART_TARGET_ANDROID)
- return tombstoned_connect(getpid(), tombstone_fd, output_fd, false /* is_native_crash */);
+ return tombstoned_connect(getpid(), tombstone_fd, output_fd, kDebuggerdJavaBacktrace);
#else
UNUSED(tombstone_fd);
UNUSED(output_fd);