Enable symbol, source file name, and line number resolution in stack traces performed by balst.
Declared in <balst_stacktraceconfigurationutil.h>
static
void
enableResolution();
On platforms that support them, enable symbol resolution and source file name and line number resolution. Note that such resolution is expensive, involving disk access, and on Windows platforms has thread-safety concerns if the application is using dbghelp.dll. Enabling resolution (the default state) results in balst stack traces giving as much information as is available on the platform.