This struct provides a namespace for functions that configure the behavior of stack traces performed by balst.
Declared in <balst_stacktraceconfigurationutil.h>
struct StackTraceConfigurationUtil;
| Name | Description |
|---|---|
disableResolution | Disable symbol, source file name, and line number resolution in stack traces performed by balst. |
enableResolution | Enable symbol, source file name, and line number resolution in stack traces performed by balst. |
isResolutionDisabled | Return whether symbol and line number resolution in stack traces is disabled. |