Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
answer-huang committed Jul 6, 2014
1 parent 40b6546 commit 6393da9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/
build/
dist/
test.py
test*.py
*.pyc
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
来到新公司后,前段时间就一直在忙,前不久 [康大预诊3.0.0][1] 终于成功发布上线了,最近就在给项目做优化,并排除一些线上软件的 bug,因为项目中使用了友盟统计,所以在友盟给出的错误信息统计中能比较方便的找出客户端异常的信息,可是很多像数组越界却只给出了 `*** -[__NSArrayM objectAtIndex:]: index 50 beyond bounds [0 .. 39]'` 这类错误信息,如下图所示:
来到新公司后,前段时间就一直在忙,前不久 [项目][1] 终于成功发布上线了,最近就在给项目做优化,并排除一些线上软件的 bug,因为项目中使用了友盟统计,所以在友盟给出的错误信息统计中能比较方便的找出客户端异常的信息,可是很多像数组越界却只给出了 `*** -[__NSArrayM objectAtIndex:]: index 50 beyond bounds [0 .. 39]'` 这类错误信息,如下图所示:

![errorInfo][2]

Expand Down Expand Up @@ -26,10 +26,14 @@ Xcode编译项目后,我们会看到一个同名的 dSYM 文件,dSYM 是保
3.crash 文件内第一行 Incident Identifier 就是该 crash 文件的 UUID。


#dSYM工具使用步骤:
1.将打包发布软件时的xcarchive文件拖入软件窗口内的任意位置(支持多个文件同时拖入,注意:文件名不要包含空格)
#dSYM工具
于是我抽了几个小时的时间将这些命令封装到一个应用中,也为以后解决bug提供了便利。

2.选中任意一个版本的xcarchive文件,右边会列出该xcarchive文件支持的CPU类型,选中错误对应的CPU类型
使用步骤:

1.将打包发布软件时的xcarchive文件拖入软件窗口内的任意位置(支持多个文件同时拖入,注意:`文件名不要包含空格`)

2.选中任意一个版本的xcarchive文件,右边会列出该xcarchive文件支持的CPU类型,选中错误对应的CPU类型。

3.对比错误给出的UUID和工具界面中给出的UUID是否一致。

Expand All @@ -39,9 +43,11 @@ Xcode编译项目后,我们会看到一个同名的 dSYM 文件,dSYM 是保

[Mac app下载地址][6]

[项目源码地址][7]
[1]: https://itunes.apple.com/cn/app/kang-da-yu-zhen-nu-ren-bao/id707364888?l=en&mt=8
[2]: http://bcs.duapp.com/answerhuang/blog/errorInfo.png
[3]: http://bcs.duapp.com/answerhuang/blog/dsymTool.png
[4]: http://bcs.duapp.com/answerhuang/blog/crashUUID.png
[5]: http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/
[6]: http://pan.baidu.com/s/1dD9u9qx
[7]: https://github.com/answer-huang/dSYMTools

0 comments on commit 6393da9

Please sign in to comment.