Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab4839b9 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Increased number of Android log lines for tombstones" am: 3e587772 am: be281d0b

am: 769f851e

Change-Id: I55a6165b014b865b88bfe547b2c577945b596175
parents 0327278a 769f851e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {