Increased number of Android log lines for tombstones

5 lines are not enough for debug

Bug: b/69815742

Change-Id: I3117f221f4945941ec277064ffd2765dda74e192
This commit is contained in:
chirag honnavar 2017-04-20 18:22:06 +09:00 committed by Takuya Ogawa
parent 742fc190c8
commit def0888a80
1 changed files with 1 additions and 1 deletions

View File

@ -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) {