Return whether symbol and line number resolution in stack traces is disabled.
Declared in <balst_stacktraceconfigurationutil.h>
static
bool
isResolutionDisabled();
Note that if neither disableResolution nor enableResolution have ever been called, this defaults to false.
true if resolution is disabled, and false otherwise