Merge "Increased number of Android log lines for tombstones"

This commit is contained in:
Elliott Hughes 2017-12-18 18:52:05 +00:00 committed by Gerrit Code Review
commit 3e58777255

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