File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ##Crash分析工具(Tool for analyse iOS Crash)
2
+
3
+
4
+ ![ Crash Tool logo] ( https://raw.githubusercontent.com/Jsonmess/Crasher/master/CrashAnalyseTool/Assets.xcassets/AppIcon.appiconset/timg-6.png )
5
+
6
+ 工具基于Xcode自带命令** “symbolicatecrash”** 制作;希望能为大家节省一些时间!
7
+
8
+ This Tool use Xcode internal command line tool ** “symbolicatecrash”** ,Hope to help you save some time!
9
+
10
+
11
+ ####一. 为何要做这个工具(why make this tool)
12
+
13
+ About ** symbolicatecrash**
14
+ ENG: [ How to symbolicate iOS crash reports] (https://marmalade.zendesk.com/hc/en-us/articles/202865223--M0102-How-to-symbolicate-iOS-crash-reports )
15
+ 中文:[ 使用symbolicatecrash解析了一个crash log] ( http://www.jianshu.com/p/0a1c029e910f )
16
+
17
+ 操作** symbolicatecrash** 是否觉得有些繁琐、浪费时间?
18
+
19
+ Now You Know what should we do if we want the ** symbolicatecrash** to analyse ios crash log file. is tedious ?
20
+
21
+ ####二.使用说明(The instructions)
22
+ This tool is very simple to use,here is the screen napshort(截图):
23
+
24
+ ![ ] ( https://raw.githubusercontent.com/Jsonmess/Crasher/master/Screenshots/screen.png )
25
+ #####操作步骤(Steps)
26
+ ######中文:
27
+ 1)将Dsyml文件和.crash 文件以及 .app 文件放到同一个文件夹;
28
+ 2)将.crash 拖动到 工具 提示区,等待解析完成;
29
+ 3)解析成功后,会创建一个与.crash同名的.log文件,即为解析后的文件;
30
+ ######ENG:
31
+ 1) Put "Dsyml"、".crash" file and “.app”file in same folder;
32
+ 2) Drag ".crash" to our Tool,and waiting ...;
33
+ 3) When finished parsing the log,there will create a ".log" file whitch has the same name as ".crash" file;
34
+
35
+
36
+
You can’t perform that action at this time.
0 commit comments