jezzmemo/JJException

在开启防护的情况下 如何 把dsym文件上传到bugly?

scyios opened this issue · 4 comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Please complete the following information

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 22]

bugly提供脚本的!可以去官方看看

我的意思是 出错了
JJException虽然有日志输出 但是 没崩溃 这种情况下 bugly会上传吗?

不会,你需要将错误输出给bugly error信息,这样bugly也能展示

ke112 commented

请问在以下方法:
handleCrashException:(nonnull NSString *)exceptionMessage extraInfo:(nullable NSDictionary *)info

怎么吧exceptionMessage 传给bugly ???

bugly的api是这样的 [Bugly reportError:error];