All Projects → Jsonmess → Crasher

Jsonmess / Crasher

Licence: other
解析iOS crash 工具

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Crasher

Wocrashprotector
一个无侵入的 iOS crash 防护框架,基于 Swizzle Method 的 Crash 防护。能有效的防止代码潜在的crash,自动在app运行时实时捕获导致app崩溃的破环因子,使app避免崩溃,照样可以继续正常运行。 主要参考了《大白健康系统--iOS APP运行时Crash自动修复系统》此文,以及AvoidCrash、QYCrashProtector、NeverCrash这三个框架编写而成。更多内容请看项目吧。
Stars: ✭ 176 (+188.52%)
Mutual labels:  crash
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-16.39%)
Mutual labels:  crash
Crashalert
Set of React Native components that allow reporting of the crashes in RN applications.
Stars: ✭ 68 (+11.48%)
Mutual labels:  crash
Ios Crash Dump Analysis Book
iOS Crash Dump Analysis Book
Stars: ✭ 158 (+159.02%)
Mutual labels:  crash
Droid Application Fuzz Framework
Android application fuzzing framework with fuzzers and crash monitor.
Stars: ✭ 248 (+306.56%)
Mutual labels:  crash
kahoot-tools
A website for interacting with kahoot games.
Stars: ✭ 63 (+3.28%)
Mutual labels:  crash
Nevercrash
🌍 全局捕获Crash。信NeverCrash,永不Crash。
Stars: ✭ 170 (+178.69%)
Mutual labels:  crash
SafeObject
IOS崩溃异常的处理,防止数组越界,字典空值处理
Stars: ✭ 84 (+37.7%)
Mutual labels:  crash
perses
Language-agnostic program reducer.
Stars: ✭ 57 (-6.56%)
Mutual labels:  crash
SafeGuard
WTSafeGuard can effectively prevent the IOS system application crash
Stars: ✭ 54 (-11.48%)
Mutual labels:  crash
Cuteviruscollection
A Collection of Cute But Deadly Viruses (small-unharmful-annoying-harmless-funny-computer-malware-virus-worm-windows-xp-7-10)
Stars: ✭ 202 (+231.15%)
Mutual labels:  crash
Panicparse
Crash your app in style (Golang)
Stars: ✭ 2,954 (+4742.62%)
Mutual labels:  crash
XLog
一个简易的日志打印框架(支持打印策略自定义,默认提供2种策略:logcat打印和磁盘打印)
Stars: ✭ 33 (-45.9%)
Mutual labels:  crash
Xcrash
🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
Stars: ✭ 2,689 (+4308.2%)
Mutual labels:  crash
Safari-Crash
Small HTML DoS exploit kit aimed at mobile browsers that allows rapid deployment and testing
Stars: ✭ 32 (-47.54%)
Mutual labels:  crash
Crashcanary
CrashCanary是一个无侵入的安卓崩溃日志记录工具,对你的代码没有任务侵入性,无需申请权限,只需要添加依赖,即可在程序崩溃时记录崩溃日志并可查看所有日志。
Stars: ✭ 175 (+186.89%)
Mutual labels:  crash
backtrace-unity
First-class error reporting for the Unity game engine.
Stars: ✭ 99 (+62.3%)
Mutual labels:  crash
my-qt-crasher
😽🖥💥 Example MacOS, Windows, and Linux Qt application integrated with Crashpad.
Stars: ✭ 29 (-52.46%)
Mutual labels:  crash
kotlin-multiplatform-example
A Kotlin multiplatform example app that targets Android, ReactJS, iOS, JavaFx, and Spring Boot
Stars: ✭ 115 (+88.52%)
Mutual labels:  crash
LogServiceCrash
POC code to crash Windows Event Logger Service
Stars: ✭ 23 (-62.3%)
Mutual labels:  crash

##Crash分析工具(Tool for analyse iOS Crash)

工具基于Xcode自带命令**“symbolicatecrash”**制作;希望能为大家节省一些时间!

This Tool use Xcode internal command line tool “symbolicatecrash” ,Hope to help you save some time!

####一. 为何要做这个工具(why make this tool)

About symbolicatecrash
ENG: [How to symbolicate iOS crash reports] (https://marmalade.zendesk.com/hc/en-us/articles/202865223--M0102-How-to-symbolicate-iOS-crash-reports)
中文:使用symbolicatecrash解析了一个crash log

操作symbolicatecrash是否觉得有些繁琐、浪费时间?

Now You Know what should we do if we want the symbolicatecrash to analyse ios crash log file, is tedious ?

####二.使用说明(The instructions) This tool is very simple to use,here is the app screenshots(截图):

#####操作步骤(Steps) ######中文:
1)将dSYM文件和.crash 文件以及 .app 文件放到同一个文件夹;
2)将.crash 拖动到 工具 提示区,等待解析完成; 3)解析成功后,会创建一个与.crash同名的.log文件,即为解析后的文件; ######ENG: 1) Put "dSYM"、".crash" file and “.app”file in same folder; 2) Drag ".crash" to our Tool,and waiting ...; 3) When finished parsing the log,there will create a ".log" file whitch has the same name as ".crash" file;

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].