Skip to content

Commit 93a77a9

Browse files
author
jsonmess
committed
校对书写
1 parent f4f5c03 commit 93a77a9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CrashAnalyseTool/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"finishedAnalyseLog" = "Parsing is complete..\n Writing to the file...\n";
1717
"errorWriteLog" = "Failed to write the content into file, please try again";
1818

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";
2020

CrashAnalyseTool/zh-Hans.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"noXcode" = "找不到Xcode,请先前往AppStore 下载Xcode";
1616
"finishedAnalyseLog" = "解析完成..\n正在写入文件\n";
1717
"errorWriteLog" = "解析内容写入文件失败,请重试";
18-
"defaultTitle" = "等待解析...\n\n小提示:\n dsyml文件、crash日志文件和.app 确保放到同一个文件夹 :)\n\n";
18+
"defaultTitle" = "等待解析...\n\n小提示:\n dSYM文件、crash日志文件和.app 确保放到同一个文件夹 :)\n\n";
1919

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ Now You Know what should we do if we want the **symbolicatecrash** to analyse io
2222
<img src="https://raw.githubusercontent.com/Jsonmess/Crasher/master/Screenshots/screen.png" width="300" height="280"/>
2323
#####操作步骤(Steps)
2424
######中文:
25-
1)将Dsyml文件和.crash 文件以及 .app 文件放到同一个文件夹;
25+
1)将dSYM文件和.crash 文件以及 .app 文件放到同一个文件夹;
2626
2)将.crash 拖动到 工具 提示区,等待解析完成;
2727
3)解析成功后,会创建一个与.crash同名的.log文件,即为解析后的文件;
2828
######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;
3030
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;
3233

3334

3435

0 commit comments

Comments
 (0)