简体   繁体   English

无法在iPhone中禁用最新版Flurry 2.8.4中的调试日志

[英]Can't disable the debugging logs in latest version of Flurry 2.8.4 in iPhone

I'm using latest version of Flurry SDK for iPhone. 我正在使用最新版的Flurry SDK for iPhone。 It works better than the earlier version. 它比早期版本更好用。 But I can't disable the debugging logs in console, as per their instruction 但我无法根据他们的指示在控制台中禁用调试日志

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    

   [FlurryAPI setDebugLogEnabled:NO];

   [FlurryAPI startSession:#FLURRY_ID]; 

}

But still its logging in my console 但它仍然在我的控制台中登录

Flurry: Initialized session from scratch with startTime[2011-03-12 05:54:58 +0000] 乱舞:用startTime从头开始初始化会话[2011-03-12 05:54:58 +0000]

Flurry: Created active session with API Flurry:使用API​​创建活动会话

Flurry: Session reports on close enabled[1] 乱舞:关闭启用的会话报告[1]

Flurry: Session reports on pause enabled[1] 乱舞:启用暂停的会话报告[1]

Flurry: Event logging enabled[1] 乱舞:启用事件记录[1]

Flurry: Finish starting session with apiKey 乱舞:用apiKey完成开始会话

Flurry: Sending sessions to server withTimeout[0] Flurry:使用Moreout [0]向服务器发送会话

Flurry: Creating HTTP data from sessions 乱舞:从会话中创建HTTP数据

Flurry: cacheTimeStamp[0] numCachedItems[0] Flurry:cacheTimeStamp [0] numCachedItems [0]

Flurry: protocol[15] platform[2] agent[47] 乱舞:协议[15]平台[2]代理[47]

Please email us at iphonesupport@flurry.com so we can further diagnose your issue. 请发送电子邮件至iphonesupport@flurry.com,以便我们进一步诊断您的问题。 Support usually involves discussing account details, however, once we determine the underlying cause we can post the answer here so the community has the insight of our findings. 支持通常涉及讨论帐户详细信息,但是,一旦我们确定了根本原因,我们就可以在此处发布答案,以便社区了解我们的调查结果。

Thanks for your feedback. 感谢您的反馈意见。

UPDATE UPDATE

We were able to verify the issue. 我们能够验证这个问题。 An incorrect configuration flag was set on the initial release of 2.8.4 that caused this behavior. 在2.8.4的初始版本上设置了错误的配置标志,导致此行为。 Any downloads of the 2.8.4 SDK after 3/13 will not experience this behavior. 在3/13之后下载2.8.4 SDK将不会遇到此行为。 Please download the current build of 2.8.4 if you received the SDK prior to this date. 如果您在此日期之前收到SDK,请下载2.8.4的当前版本。

Again, thank you for the feedback. 再次感谢您的反馈。

One of the projects I was working on had this same issue. 我正在研究的其中一个项目也有同样的问题。 (I did download the SDK in the timeframe suggested by Anthony W). (我确实在Anthony W建议的时间范围内下载了SDK)。

I simply fixed this by replacing the libFlurry.a file in my project. 我只是通过替换项目中的libFlurry.a文件来解决这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM