Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
鉴于 Flurry“事件”显然需要数小时才能出现在他们的 Web 服务器上,因此调试速度有点慢。如果有某种“详细”模式会导致 Flurry 事件被记录到 iPhone 调试器控制台,那将是最有利的,但我在(非常有限的)Flurry 文档中没有看到任何选项。
有谁知道是否有某种隐藏选项来启用详细输出?(如果是这样,如何访问它?)
你试过[FlurryAPI setDebugLogEnabled:YES];吗?(它在 Flurry 头文件中与许多其他方法一起公开)。
[FlurryAPI setDebugLogEnabled:YES];
2016 年及以后的更新:我使用 Flurry 已经 5 年多了,我的回答充其量是不相关的。我建议查阅 Flurry 的文档。