Merge "Debuggerd: Extend crash_dump timeout to 5 seconds" am: b2bf7a5330
am: 21ca4e5d4a
Change-Id: I2b178cfb2d44bafa0759c1aa2fd510e93b39959a
This commit is contained in:
commit
7dfcc376f7
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue