From 3b7f31d36d90e360119be735debcf3bd013ceb1c Mon Sep 17 00:00:00 2001 From: answer Date: Tue, 16 Aug 2016 11:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d2dd5..7203dc6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ Xcode编译项目后,我们会看到一个同名的 dSYM 文件,dSYM 是保 2.查看 xx.app.dSYM 文件的 UUID ,在 terminal 中输入命令: dwarfdump --uuid xx.app.dSYM - 3.crash 文件内第一行 Incident Identifier 就是该 crash 文件的 UUID。 + 3.crash 文件内 Binary Images: 下面一行中 <> 内的 e86bcc8875b230279c962186b80b466d 就是该 crash 文件的 UUID,而第一个地址 0x1000ac000 便是 slide address: + Binary Images: + 0x1000ac000 - 0x100c13fff Example arm64 /var/containers/Bundle/Application/99EE6ECE-4CEA-4ADD-AE8D-C4B498886D22/Example.app/Example #dSYM工具 @@ -79,3 +81,5 @@ Xcode编译项目后,我们会看到一个同名的 dSYM 文件,dSYM 是保 [6]: http://pan.baidu.com/s/1mg01Qha [7]: https://github.com/answer-huang/dSYMTools [8]: http://answerhuang.bj.bcebos.com/blog/runScript.png + +