pub const MAX_ARGV_LENGTH: usize = 128;
Expand description

The maximum length of an argv string to record.

This number is arbitrary and we may wand to make it configurable in the future.