JJException icon indicating copy to clipboard operation
JJException copied to clipboard

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

Open scyios opened this issue 5 years ago • 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]

scyios avatar Sep 16 '20 09:09 scyios

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

jezzmemo avatar Sep 18 '20 07:09 jezzmemo

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

scyios avatar Sep 18 '20 11:09 scyios

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

jezzmemo avatar Sep 19 '20 14:09 jezzmemo

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

怎么吧exceptionMessage 传给bugly ???

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

ke112 avatar Oct 29 '20 09:10 ke112