libdebuggerd: print the build fingerprint in fallback.
Bug: http://b/37798209
Test: killall -ABRT media.codec on internal
Change-Id: I0ff1fc5ca1e0bcec2c1b2553d6af7099deebfeda
(cherry picked from commit 62f5977d4a
)
This commit is contained in:
parent
8d21697d5c
commit
a02d0eeb39
1 changed files with 2 additions and 0 deletions
|
@ -754,6 +754,8 @@ void engrave_tombstone_ucontext(int tombstone_fd, uintptr_t abort_msg_address, s
|
|||
read_with_default("/proc/self/comm", thread_name, sizeof(thread_name), "<unknown>");
|
||||
read_with_default("/proc/self/cmdline", process_name, sizeof(process_name), "<unknown>");
|
||||
|
||||
_LOG(&log, logtype::HEADER, "*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\n");
|
||||
dump_header_info(&log);
|
||||
dump_thread_info(&log, pid, tid, thread_name, process_name);
|
||||
dump_signal_info(&log, siginfo);
|
||||
|
||||
|
|
Loading…
Reference in a new issue