cordova-plugin-flurryanalytics icon indicating copy to clipboard operation
cordova-plugin-flurryanalytics copied to clipboard

ios cannot get crash logs

Open daoshenjay opened this issue 6 years ago • 2 comments

Hi, i use this plugin in ios platform. And I received crash numbers in flurry dashboard but no detail crash logs. image

flurry config like this: this.flurryAnalytics.create({ // requried appKey: '******', // optional version: '1.5',
continueSessionSeconds: 3,
logLevel: 'ERROR',
enableLogging: true,
enableEventLogging: true,
enableCrashReporting: true,
enableBackgroundSessions: true,
reportSessionsOnClose: true,
reportSessionsOnPause: true
});

daoshenjay avatar Oct 23 '17 07:10 daoshenjay

I'm having the same issue. Have you found a solution?

ssaurav2512 avatar Jan 17 '18 05:01 ssaurav2512

@ssaurav2512 Sorry.I didn't solve this yet。

daoshenjay avatar Jan 18 '18 02:01 daoshenjay