为什么与 gitlab 集成的 fabric(crashlytics) 不会向 gitlab 发送问题? [英] Why integrated fabric(crashlytics) with gitlab does not send issues to gitlab?

查看:24
本文介绍了为什么与 gitlab 集成的 fabric(crashlytics) 不会向 gitlab 发送问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的 android 应用程序中使用 fabric-Crashlytics 并通过

I use fabric-Crashlytics in my android app and initiate it in Application class via

Fabric.with(new Fabric.Builder(this)
        .kits(new Crashlytics(), new Answers())
        .debuggable(true)
        .build()
    );

我在fabric的服务挂钩中成功地将fabric与gitlab集成,这意味着当我按下fabric上的发送测试"蓝色按钮时,我会在gitlab中收到一个问题.

I integrated fabric with gitlab in fabric's service hooks successfully, It means when I press "Send Test" blue button on fabric I'll receive an issue in gitlab.

但是当我通过 [Crashlytics.getInstance().crash();] 强制应用程序崩溃时,我在 gitlab 中没有遇到任何问题,为什么?

BUT when I force app to crash via [Crashlytics.getInstance().crash();] ,I don't get any issue in gitlab, Why?

我该如何解决这个问题?

How Can I fix this problem?

推荐答案

正如我在评论中所说,我的问题已解决.谢谢 MikeBonnell 对于 评论:

My problem solved as I said in comments.Thanks MikeBonnell for the comment:

来自 Fabric 的 Mike.您对集成选择了什么影响级别?只有将影响级别设置为 1 时才会触发新问题.另外,这需要是一个全新的 issue,也就是说如果你之前使用过那个 test crash,那么新的 issue 就不会被发送过来.

Mike from Fabric here. What impact level did you choose on the integration? Only if the impact level was set to 1 would a new issue be triggered. Also, this needs to be a brand new issue, that is if you've used that test crash before, then a new issue wouldn't be sent over.

这篇关于为什么与 gitlab 集成的 fabric(crashlytics) 不会向 gitlab 发送问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆