Skip to main content

capture_mode

Function capture_mode 

Source
pub const fn capture_mode() -> CaptureMode
Expand description

Return the stack capture mode compiled into this build.

Linux x86_64/aarch64 builds use the fast frame-pointer unwinder when the default frame-pointer feature is enabled. Other builds use the backtrace crate fallback.