Flurry iOS崩溃报告分析

我一直在尝试使用Flurry在过去的几天使用Flurry在iPad应用上testing崩溃报告,但还没有取得太大的成功。 当我在线查看Flurry仪表板时,它没有显示任何崩溃报告。 虽然我可以看到在Flurry Dashboard中注册的其他事件,但不会看到崩溃报告。 下面是我在AppDelegate中使用乱码启用崩溃报告的代码。

//Step 1: This should be done before you start session [Flurry setCrashReportingEnabled:YES]; //Step 2: [Flurry startSession:flurryToken]; [Flurry setSecureTransportEnabled:YES]; [Flurry setShowErrorInLogEnabled:YES]; [Flurry setDebugLogEnabled:YES]; [Flurry setBackgroundSessionEnabled:NO]; 

以下是我用来在iPad上testing的步骤

  • 在iPad上运行我的应用程序
  • 导致其中一个屏幕崩溃
  • 重新运行应用程序
  • 按主屏幕以放入背景

任何build议,将不胜感激thnx。

它似乎现在正在工作,我创build了一个乱七八糟的票,他们确认,它可能需要约8小时,才能在仪表板上显示。

尝试把[Flurry startSession: flurryToken]; 持续。 在startSession调用之后,至less有一个方法需要在startSession之前调用。

例如,请参阅setSecureTransportEnabled:文档setSecureTransportEnabled: