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

Plugin raises unhandled exception

Open rtholmes opened this issue 7 years ago • 0 comments

On the Flurry dashboard I see an exception that seems to be raised by this plugin itself (this is with the latest version):

Full Stack Trace: java.lang.Exception com.blakgeek.cordova.plugin.flurry.FlurryAnalyticsPlugin.logError(FlurryAnalyticsPlugin.java:79) com.blakgeek.cordova.plugin.flurry.FlurryAnalyticsPlugin.access$400(FlurryAnalyticsPlugin.java:15) com.blakgeek.cordova.plugin.flurry.FlurryAnalyticsPlugin$1.run(FlurryAnalyticsPlugin.java:45) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) java.lang.Thread.run(Thread.java:818)

rtholmes avatar Mar 04 '17 22:03 rtholmes