Support configurable stack trace depth.
I noticed some odd stack traces that looked truncated, and realized that the stack trace depth is currently burned in to be 32: https://github.com/google/glog/blob/v0.3.5/src/signalhandler.cc#L307
It would be great to support a configurable depth limit. In addition, the trace should explicitly say when the depth limit was reached and frames are omitted, to avoid confusion.
@sergiud was this closed due to inactivity?
Yes. Please reopen if necessary.
@sergiud I don't think I have permission to re-open, but I do still think this is a useful improvement. Even if the limit isn't made configurable, printing that the limit was reached would avoid any confusion when reading truncated stack traces.