Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zqqf16/SYM
A crash log symbolicating Mac app | 一个图形化的崩溃日志符号化工具
https://github.com/zqqf16/SYM
crash-reports crash-symbolicating dsym dsym-files mac-app symbolicate
Last synced: 19 days ago
JSON representation
A crash log symbolicating Mac app | 一个图形化的崩溃日志符号化工具
- Host: GitHub
- URL: https://github.com/zqqf16/SYM
- Owner: zqqf16
- License: mit
- Created: 2016-07-25T14:36:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T01:23:53.000Z (about 1 year ago)
- Last Synced: 2024-06-23T04:57:56.476Z (5 months ago)
- Topics: crash-reports, crash-symbolicating, dsym, dsym-files, mac-app, symbolicate
- Language: Swift
- Homepage:
- Size: 23.3 MB
- Stars: 576
- Watchers: 10
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - SYM
README
![image](images/slogan.png)
[![Build Status](https://github.com/zqqf16/SYM/actions/workflows/test.yml/badge.svg)](https://github.com/zqqf16/SYM/actions/workflows/test.yml) [![GitHub issues](https://img.shields.io/github/issues/zqqf16/SYM.svg)](https://github.com/zqqf16/SYM/issues) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/zqqf16/SYM/master/LICENSE) [![Contact](https://img.shields.io/badge/Contact-%40zqqf16-blue.svg)](https://twitter.com/zqqf16)
# SYM
An app for crash symbolicating.
Download the latest version from [here](https://github.com/zqqf16/SYM/releases/latest).
## 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](images/demo.jpg)
# SYM
一个图形化的崩溃日志符号化工具,最新版本下载地址:[https://github.com/zqqf16/SYM/releases/latest](https://github.com/zqqf16/SYM/releases/latest)
## 主要功能
- 支持标准的崩溃日志、cpu usage 日志、Fabric 以及友盟格式的日志。
- 自动解析崩溃日志信息,自动查找匹配 dSYM 文件。
- 自定义 dSYM 文件下载脚本。
- 从设备中导入崩溃日志。
- 浏览沙盒文件。## 使用方法
1. 选择崩溃日志文件,右键用 “SYM” 打开。
2. 或打开 SYM,把崩溃日志内容粘贴进来。
3. 点击左上角按钮,开始符号化。