From 707b8bbe1800dbebd932f54e86347563ee86c36e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 4 Apr 2013 13:52:01 -0700 Subject: Modify debuggerd to cope with the abort message. Bug: 8531731 Change-Id: I416ec1da38a8a1b0d0a582ccd7c8aaa681ed4a29 --- debuggerd/tombstone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debuggerd/tombstone.h') diff --git a/debuggerd/tombstone.h b/debuggerd/tombstone.h index edcd7b1ea..d4a1a9699 100644 --- a/debuggerd/tombstone.h +++ b/debuggerd/tombstone.h @@ -25,7 +25,7 @@ /* Creates a tombstone file and writes the crash dump to it. * Returns the path of the tombstone, which must be freed using free(). */ -char* engrave_tombstone(pid_t pid, pid_t tid, int signal, +char* engrave_tombstone(pid_t pid, pid_t tid, int signal, uintptr_t abort_msg_address, bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec); #endif // _DEBUGGERD_TOMBSTONE_H -- cgit v1.2.3