pub const MAC_CRASH_INFO_STRING_MAX_SIZE: usize = 8192; // 8_192usize
Expand description

The maximum supported size of a C-string in MINIDUMP_MAC_CRASH_INFO_RECORD.

Assume the stream is corrupted if a string is longer than this.