symbolicate

Crates.iosymbolicate
lib.rssymbolicate
version0.3.0
sourcesrc
created_at2024-02-22 04:00:06.672778
updated_at2024-02-23 06:14:10.97891
descriptionsymbolicate a macOS crash report
homepage
repositoryhttps://github.com/ConradIrwin/symbolicate
max_upload_size
id1148849
size18,247
Conrad Irwin (ConradIrwin)

documentation

README

Symbolicate is a rust binary that can parse macOS crash reports and generates a backtrace more like you might see from a panic.

Installation

cargo install symbolicate

Usage

symbolicate <ips-file> <dwarf-container>

The ips-file will typically come from ~/Library/Logs/DiagnosticReports/ and can be found using macOS's built in Console app.

The dwarf-container should either be the built binary that generated the crash report, or the DWARF information extracted by running dsymutil.

Commit count: 0

cargo fmt