mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 09:14:58 +01:00
Instead of (arbitrarily) wait 1s for the child process to terminate, the parent now polls the child process every 100ms to check if it's terminated, and it does so for a much longer total time of 10s. This implementation ensures correct check for slower architectures, and fast success for faster ones. Change-Id: I2ff38458bf747de5b74268a4e22fd6164450419b Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3876346 Reviewed-by: Mike Frysinger <vapier@chromium.org> |
||
|---|---|---|
| .. | ||
| crash_generation | ||
| data | ||
| dump_writer_common | ||
| handler | ||
| log | ||
| microdump_writer | ||
| minidump_writer | ||
| sender | ||