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

Commit 509dcedb authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Debuggerd: Extend crash_dump timeout to 5 seconds" am: b2bf7a53 am:...

Merge "Debuggerd: Extend crash_dump timeout to 5 seconds" am: b2bf7a53 am: 21ca4e5d am: 7dfcc376
am: 11c8647e

Change-Id: I904d85dd273d20288073b792c22dd6b6ebb7772d
parents f2ae9b9b 11c8647e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -282,7 +282,10 @@ int main(int argc, char** argv) {
  ATRACE_NAME("after reparent");

  // Die if we take too long.
  alarm(2);
  //
  // Note: processes with many threads and minidebug-info can take a bit to
  //       unwind, do not make this too small. b/62828735
  alarm(5);

  std::string attach_error;