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 e.g. 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?