-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
解析之后依旧是友盟的日志 #16
Comments
@zxiang2013 dSYM文件需要事先保存到本地,或者用自定义的dSYM下载脚本去打包服务器上拉取。 |
|
@zxiang2013 SYM是一个本地符号化的工具,可以理解为一个图形化的atos工具,不存在“上传dSYM”这个概念 |
@zxiang2013 点击“没有找到dSYM文件”按钮,再点击“显示dSYM信息“,里面有”导入“的选项,藏得太深了😂 不过话又说回来,如果dSYM文件在本机磁盘上,这里应该会自动索引到,不需要手动导入。 |
我知道可以自动搜索,但是我的这个比较特殊,不在默认路径。所以没找到。但是我点击显示dSYM,没有导入按钮啊🔘 |
crash 信息解析失败了,方便贴一下原始日志不? |
找到原因了,解析 Umeng 日志的时候把 binary image 弄丢了,发布了新版本来解决这个问题,可以试一下 https://github.com/zqqf16/SYM/releases/download/v0.8.5/SYM_0.8.5_95.dmg |
嗯,新版本是可以查找dSYM了,但是符号化之后还是找不出问题所在,【手动笑哭】 |
大概率是UUID没对上,建议检查一下dSYM文件的UUID,看看跟crash log里面的是否一致~ |
不是UUID的问题 :| |
😂那方便再贴一下 dSYM 文件吗,我排查一下,文件如果太大可以发我邮箱:zqqf16[at]gmail.com |
找不到dSYM,都不支持上传的吗?没有dSYM怎么符号化?
The text was updated successfully, but these errors were encountered: