diff options
| author | Elliott Hughes <enh@google.com> | 2013-04-04 13:52:01 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2013-04-04 13:52:01 -0700 |
| commit | 707b8bbe1800dbebd932f54e86347563ee86c36e (patch) | |
| tree | 7a9a3c210a329063d4d94e1160abce29ebcaaeff /debuggerd/tombstone.h | |
| parent | 02e8d73079e279fac152d1d3caf36afaeab6c5bf (diff) | |
| download | core-707b8bbe1800dbebd932f54e86347563ee86c36e.tar.gz core-707b8bbe1800dbebd932f54e86347563ee86c36e.tar.bz2 core-707b8bbe1800dbebd932f54e86347563ee86c36e.zip | |
Modify debuggerd to cope with the abort message.
Bug: 8531731
Change-Id: I416ec1da38a8a1b0d0a582ccd7c8aaa681ed4a29
Diffstat (limited to 'debuggerd/tombstone.h')
| -rw-r--r-- | debuggerd/tombstone.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
