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

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

Merge "debuggerd: increase the default limit on tombstones to 32." am:...

Merge "debuggerd: increase the default limit on tombstones to 32." am: 458f221e am: f4ecd7e5 am: 721fecdc
am: 7ceefecf

Change-Id: I172ebdbd5ba67373edbf19b8c15b4f6c93e43e28
parents 64669971 7ceefecf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }