简体   繁体   中英

Flurry Analytics causing App Not Responding on Android App

I am trying to integrate flurry analytics in my Android App. I followed all the steps mentioned here .

However FlurryAgent.init is converting all App crashes into "App Not responding". For eg if any of the child activity has bug such as null pointer exception , as soon as I uncomment "FlurryAgent.init" instead of app crashing, app stops responding.

My flurry init code is in extended Application class and is properly setup in manifest file as well.

Any suggestions on how to avoid this?

Contacted flurry support. Seems flurry 6.3 has bug about ANR and Flurry team is working on it. Used 6.2 and issue was resolved. Issue for 6.3 is for both compile dependency as well as jcenter jar files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM