kDefaultStackFrameLimit top-level constant
int
const kDefaultStackFrameLimit
Default maximum stack frames passed to the console logger.
Frames beyond this limit are dropped from the console view; the full trace is still stored in ISpectLogData.stackTrace and visible in the ISpect UI.
Implementation
const int kDefaultStackFrameLimit = 30;