summaryrefslogtreecommitdiffstats
path: root/debuggerd/libdebuggerd/tombstone.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2017-05-08 12:59:17 -0700
committerJosh Gao <jmgao@google.com>2017-05-08 13:15:19 -0700
commit62f5977d4a116addb80fe31c51e8b560a92ea6d7 (patch)
tree0209a28efd99bf09789d977fa087e8fc16016164 /debuggerd/libdebuggerd/tombstone.cpp
parent77b00ed429a66d0943f0b6af0b57f08577816fe3 (diff)
downloadsystem_core-62f5977d4a116addb80fe31c51e8b560a92ea6d7.tar.gz
system_core-62f5977d4a116addb80fe31c51e8b560a92ea6d7.tar.bz2
system_core-62f5977d4a116addb80fe31c51e8b560a92ea6d7.zip
libdebuggerd: print the build fingerprint in fallback.
Bug: http://b/37798209 Test: killall -ABRT media.codec on internal Change-Id: I0ff1fc5ca1e0bcec2c1b2553d6af7099deebfeda
Diffstat (limited to 'debuggerd/libdebuggerd/tombstone.cpp')
-rw-r--r--debuggerd/libdebuggerd/tombstone.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/debuggerd/libdebuggerd/tombstone.cpp b/debuggerd/libdebuggerd/tombstone.cpp
index 06b2dac1f..edc7be5e2 100644
--- a/debuggerd/libdebuggerd/tombstone.cpp
+++ b/debuggerd/libdebuggerd/tombstone.cpp
@@ -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);