Function sentry_contrib_native_sys::options_set_symbolize_stacktraces[][src]

pub unsafe extern "C" fn options_set_symbolize_stacktraces(
    opts: *const Options,
    val: c_int
)

Enables or disables on-device symbolication of stack traces.

This feature can have a performance impact, and is enabled by default on Android. It is usually only needed when it is not possible to provide debug information files for system libraries which are needed for serverside symbolication.