Flurry not generateing error or crash log?

∥☆過路亽.° 提交于 2019-12-11 11:53:50

问题


I am using the latest Flurry SDK 4.3.2, and in this I am getting all the logEvent which I register, but I am not getting any kind of Crash Report or Error log in flurry.

    [Flurry logEvent:FLURRY_APP_LAUCHED timed:YES];
    [Flurry setLogLevel:FlurryLogLevelNone];
    [Flurry setCrashReportingEnabled:YES];
    [Flurry startSession:@"=====My App KEY===="]; 

I have tried this even with the Forced crashed on multiple devices. Still unable to get the log.

I am using XCODE 5.0.

Does anyone else face this type of problem?

来源:https://stackoverflow.com/questions/22476056/flurry-not-generateing-error-or-crash-log

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!