xctrace_symbolicate
Convert .trace files into human-readable symbolicated traces by resolving debug symbols from dSYM files, making performance analysis actionable.
Instructions
Symbolicate a trace file using debug symbols.
Args: input_file: Path to the .trace file to symbolicate output_path: Path to save the symbolicated trace dsym_path: Path to dSYM file or directory containing dSYMs
Returns: Symbolication result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | ||
| output_path | No | ||
| dsym_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |