debuggerd: increase the default limit on tombstones to 32.
We're missing useful crashes, especially on hwasan builds. Bug: http://b/140580637 Test: run crasher Change-Id: Ib5d8d3bd3fc4d7fec77d0b10302e5595f97a3515
This commit is contained in:
parent
f0d17fb50e
commit
ec220cd877
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class CrashQueue {
|
|||
|
||||
static CrashQueue* for_tombstones() {
|
||||
static CrashQueue queue("/data/tombstones", "tombstone_" /* file_name_prefix */,
|
||||
GetIntProperty("tombstoned.max_tombstone_count", 10),
|
||||
GetIntProperty("tombstoned.max_tombstone_count", 32),
|
||||
1 /* max_concurrent_dumps */);
|
||||
return &queue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue