Flurry Crash报告不起作用

时间:2016-04-20 05:32:57

标签: ios swift flurry

These are the logs in log console我在我的应用代表中尝试过以下内容。你能否告诉我这里出了什么问题:

    Flurry.setDebugLogEnabled(true)
    Flurry.setLogLevel(FlurryLogLevelDebug)
    Flurry.setEventLoggingEnabled(true)
    Flurry.setBackgroundSessionEnabled(true)
    Flurry.setCrashReportingEnabled(true)
    Flurry.setShowErrorInLogEnabled(true)
    Flurry.startSession("KEY")

1 个答案:

答案 0 :(得分:0)

this post中所述,请先咨询Flurry的支持,以确保这不是正常行为。该帖还指出,崩溃最多可能需要8小时才能显示在仪表板中。

Flurry支持页面:https://developer.yahoo.com/flurry/support.html

确保在电子邮件中包含您的API密钥,以便他们可以实际检查您的问题。