From def0888a80215fb9d636078a351a8a893d9005f6 Mon Sep 17 00:00:00 2001 From: chirag honnavar Date: Thu, 20 Apr 2017 18:22:06 +0900 Subject: [PATCH] Increased number of Android log lines for tombstones 5 lines are not enough for debug Bug: b/69815742 Change-Id: I3117f221f4945941ec277064ffd2765dda74e192 --- debuggerd/libdebuggerd/tombstone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuggerd/libdebuggerd/tombstone.cpp b/debuggerd/libdebuggerd/tombstone.cpp index 99da8011b..624637a88 100644 --- a/debuggerd/libdebuggerd/tombstone.cpp +++ b/debuggerd/libdebuggerd/tombstone.cpp @@ -635,7 +635,7 @@ void engrave_tombstone(unique_fd output_fd, BacktraceMap* map, Memory* process_m dump_thread(&log, map, process_memory, it->second, abort_msg_address, true); if (want_logs) { - dump_logs(&log, it->second.pid, 5); + dump_logs(&log, it->second.pid, 50); } for (auto& [tid, thread_info] : threads) {