summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2017-05-31 12:40:21 +0000
committer android-build-merger <android-build-merger@google.com> 2017-05-31 12:40:21 +0000
commitf5ef40880ffaccb8a604f8142bb37ee9d4590115 (patch)
tree417841ba7778ae42364d58aab52eadbc047114e1
parentffc8f650d00c09b34dcfa3ce45b9ea34cb7479b6 (diff)
parent23fcf33946aa31a91bd51153e73e242b67175d6a (diff)
Merge "jni: Track debuggerd API changes." am: d29f144836 am: d82212700e am: 22c8e22640
am: 23fcf33946 Change-Id: I6f8bd889be61ce656b5f9f85c6aa8bb050ffffbc
-rw-r--r--core/jni/android_os_Debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/android_os_Debug.cpp b/core/jni/android_os_Debug.cpp
index de9445d39c29..dd41c77b6297 100644
--- a/core/jni/android_os_Debug.cpp
+++ b/core/jni/android_os_Debug.cpp
@@ -1029,7 +1029,7 @@ static void android_os_Debug_dumpNativeBacktraceToFileTimeout(JNIEnv* env, jobje
return;
}
- dump_backtrace_to_file_timeout(pid, fd, timeoutSecs);
+ dump_backtrace_to_file_timeout(pid, kDebuggerdNativeBacktrace, timeoutSecs, fd);
close(fd);
}