BloombergLP::balst::StackTraceConfigurationUtil::disableResolution

Disable symbol, source file name, and line number resolution in stack traces performed by balst.

Synopsis

Declared in <balst_stacktraceconfigurationutil.h>

static
void
disableResolution();

Description

Note that such resolution is expensive, involving disk access, and on Windows platforms has thread-safety concerns if the application is using dbghelp.dll. Disabling resolution allows an application owner to globally prevent any resolution of symbols (by balst) in the process.