Skip to main content

resolve_native_backtrace

Function resolve_native_backtrace 

Source
pub fn resolve_native_backtrace(frames: &[usize]) -> Vec<ResolvedFrame>
Expand description

Resolve a native backtrace into human-readable frames.

Filters out internal frames (trampoline, backtrace machinery) to show only the interesting package code between the .Call entry and the error.