File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
"finishedAnalyseLog" = "Parsing is complete..\n Writing to the file...\n";
17
17
"errorWriteLog" = "Failed to write the content into file, please try again";
18
18
19
- "defaultTitle" = "Waiting...\n\n Introductions:\n \"dsyml file、crash file and .app folder \" ensure that in the same folder :)\n\n";
19
+ "defaultTitle" = "Waiting...\n\n Introductions:\n \"dSYM file、crash file and .app folder \" ensure that in the same folder :)\n\n";
20
20
Original file line number Diff line number Diff line change 15
15
"noXcode" = "找不到Xcode,请先前往AppStore 下载Xcode";
16
16
"finishedAnalyseLog" = "解析完成..\n正在写入文件\n";
17
17
"errorWriteLog" = "解析内容写入文件失败,请重试";
18
- "defaultTitle" = "等待解析...\n\n小提示:\n dsyml文件 、crash日志文件和.app 确保放到同一个文件夹 :)\n\n";
18
+ "defaultTitle" = "等待解析...\n\n小提示:\n dSYM文件 、crash日志文件和.app 确保放到同一个文件夹 :)\n\n";
19
19
Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ Now You Know what should we do if we want the **symbolicatecrash** to analyse io
22
22
<img src =" https://raw.githubusercontent.com/Jsonmess/Crasher/master/Screenshots/screen.png " width =" 300 " height =" 280 " />
23
23
#####操作步骤(Steps)
24
24
######中文:
25
- 1)将Dsyml文件和 .crash 文件以及 .app 文件放到同一个文件夹;
25
+ 1)将dSYM文件和 .crash 文件以及 .app 文件放到同一个文件夹;
26
26
2)将.crash 拖动到 工具 提示区,等待解析完成;
27
27
3)解析成功后,会创建一个与.crash同名的.log文件,即为解析后的文件;
28
28
######ENG:
29
- 1) Put "Dsyml "、".crash" file and “.app”file in same folder;
29
+ 1) Put "dSYM "、".crash" file and “.app”file in same folder;
30
30
2) Drag ".crash" to our Tool,and waiting ...;
31
- 3) When finished parsing the log,there will create a ".log" file whitch has the same name as ".crash" file;
31
+ 3) When finished parsing the log,there will create a ".log" file
32
+ whitch has the same name as ".crash" file;
32
33
33
34
34
35
You can’t perform that action at this time.
0 commit comments