在开启防护的情况下 如何 把dsym文件上传到bugly?
scyios opened this issue · 4 comments
scyios commented
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Please complete the following information
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Version [e.g. 22]
jezzmemo commented
bugly提供脚本的!可以去官方看看
scyios commented
我的意思是 出错了
JJException虽然有日志输出 但是 没崩溃 这种情况下 bugly会上传吗?
jezzmemo commented
不会,你需要将错误输出给bugly error信息,这样bugly也能展示
ke112 commented
请问在以下方法:
handleCrashException:(nonnull NSString *)exceptionMessage extraInfo:(nullable NSDictionary *)info
怎么吧exceptionMessage 传给bugly ???
bugly的api是这样的 [Bugly reportError:error];