[#BloombergLP-balst-StackTraceConfigurationUtil-disableResolution] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceConfigurationUtil.adoc[StackTraceConfigurationUtil]::disableResolution :relfileprefix: ../../../ :mrdocs: Disable symbol, source file name, and line number resolution in stack traces performed by `balst`. 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. == Synopsis Declared in `<balst_stacktraceconfigurationutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void disableResolution(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#