Home
Softono
zqqf16/SYM

zqqf16/SYM

Open source MIT Swift
583
Stars
75
Forks
1
Issues
7
Watchers
2 years
Last Commit

About zqqf16/SYM

SYM is a graphical desktop application designed for Mac users to symbolicate crash logs from iOS and macOS applications. The primary function of the software is to transform raw, address-based crash reports into human-readable stack traces by matching memory addresses with symbols from corresponding debug symbol files. This process is essential for developers to diagnose application crashes, identify specific code locations where failures occurred, and analyze performance issues. The application supports a wide variety of crash log formats, including standard Apple crash reports, CPU usage logs, and specialized formats from third-party analytics providers such as Umeng and Fabric. Upon opening a crash report, whether through the operating system file opener or by pasting the raw text content directly into the application window, SYM automatically initiates the symbolication process. It intelligently searches for the necessary dSYM files required to resolve symbols. If the matching dSYM files are not found loc ...

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Links

image

Build Status GitHub issues GitHub license Contact

SYM

An app for crash symbolicating.

Download the latest version from here.

Features

  • Apple/Umeng/Fabric crash report supporting.
  • Automatic finding of dSYM files.
  • Customizable dSYM download script.
  • On-device crash reports importing.
  • Sandbox files browser.

Usage

Open or paste in a crash report, click the "Symbolicate" button.

Example

Demo

SYM

一个图形化的崩溃日志符号化工具,最新版本下载地址:https://github.com/zqqf16/SYM/releases/latest

主要功能

  • 支持标准的崩溃日志、cpu usage 日志、Fabric 以及友盟格式的日志。
  • 自动解析崩溃日志信息,自动查找匹配 dSYM 文件。
  • 自定义 dSYM 文件下载脚本。
  • 从设备中导入崩溃日志。
  • 浏览沙盒文件。

使用方法

  1. 选择崩溃日志文件,右键用 “SYM” 打开。
  2. 或打开 SYM,把崩溃日志内容粘贴进来。
  3. 点击左上角按钮,开始符号化。