
我在我的应用程序代理中尝试了如下所示。你能告诉我这里出了什么问题吗:
Flurry.setDebugLogEnabled(true)
Flurry.setLogLevel(FlurryLogLevelDebug)
Flurry.setEventLoggingEnabled(true)
Flurry.setBackgroundSessionEnabled(true)
Flurry.setCrashReportingEnabled(true)
Flurry.setShowErrorInLogEnabled(true)
Flurry.startSession("KEY")发布于 2016-04-20 14:22:10
正如this post中所说的,请先与first的支持人员联系,以确保这不是正常行为。该帖子还指出,可能需要8个小时才能在仪表板上出现崩溃。
Flurry支持页面:https://developer.yahoo.com/flurry/support.html
确保在电子邮件中包含您的API-key,这样他们就可以实际检查您的问题。
https://stackoverflow.com/questions/36734623
复制相似问题