symbolicate_trace
Add debug symbols to a trace file to replace memory addresses with readable function names.
Instructions
Add debug symbols to a trace file so function names are readable instead of memory addresses. Run this if profile results show hex addresses instead of function names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Path to the .trace file | |
| dsym_path | No | Path to .dSYM bundle. If omitted, searches system paths automatically. |