Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 | 一个图形化的崩溃日志符号化工具

Awesome Lists containing this project

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. 点击左上角按钮,开始符号化。