Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8221270 authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Merge "jni: Track debuggerd API changes."

am: d29f1448

Change-Id: I0a538cdcb94c2f79c371df0c60af1e1234279f5b
parents 9765d78f d29f1448
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1035,7 +1035,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);
}