pub const MAC_CRASH_INFOS_MAX: usize = 20;
Expand description

The maximum supported count of MINIDUMP_MAC_CRASH_INFO_RECORDs.

In principle there should only be one or two non-empty __DATA,__crash_info sections per process. But the __crash_info section is almost entirely undocumented, so just in case we set a large maximum.