Return whether symbol and line number resolution in stack traces is disabled.

Synopsis

Declared in <balst_stacktraceconfigurationutil.h>

static
bool
isResolutionDisabled();

Description

Note that if neither disableResolution nor enableResolution have ever been called, this defaults to false.

Return Value

true if resolution is disabled, and false otherwise

Created with MrDocs