什么是"状态:setting_configured"在Crashlytics的配置中

时间:2018-03-22 04:28:59

标签: crashlytics google-fabric

我将崩解剂集成到我自己的lib中。我有一个设置Crashlytics的问题。

这是我的一些配置。

....

"app": {
        "identifier": "com.@@@.@@@",
        "status": "settings_configured",
        "url": "https:\/\/api.crashlytics.com\/spi\/v1\/platforms\/android\/apps\/com.@@@.@@@",
        "reports_url": "https:\/\/reports.crashlytics.com\/spi\/v1\/platforms\/android\/apps\/com.@@@.@@@\/reports",
        "ndk_reports_url": "https:\/\/reports.crashlytics.com\/sdk-api\/v1\/platforms\/android\/apps\/com.@@@.@@@\/minidumps",
        "update_required": false
    },

....

我认为它已成功初始化Crashlytics,但它没有出现在仪表板上。

什么是" status":" settings_configured"?

你能告诉我出了什么问题吗?

1 个答案:

答案 0 :(得分:1)

感谢。这意味着我们已经为您的应用注册了构建事件,但没有注册运行事件。根据您的配置,您可能需要我们通过我们的支持团队进行手动干预,或者您可以通过在真实设备上运行应用程序来启动和运行。