事件、会话和其他功能运行良好,但在崩溃报告方面却很糟糕。没有生成崩溃报告。我使用了以下代码:-
Flurry.startSession("2XKDMH8M7PQM75B7SKZR")
Flurry.setCrashReportingEnabled(true)
Flurry.setSessionReportsOnCloseEnabled(true);
Flurry.setSessionReportsOnPauseEnabled(true);
Flurry.logPageView()
let locationManager: CLLocationManager = CLLocationManager();
locationManager.startUpdatingLocation();