I track my Application with flurry. At the flurry site i see a lot of events but i think flurry misses a lot of events messages. I use the android flurry sdk 3.2.2
So i used a proxy to watch the traffic of my phone. The first time a start a session with onSessionStart i always see that flurry sends a post message to http://data.flurry.com/aap.do
While the session is active i track a couple of events with FlurryAgent.logEvent(msg); and when the session ends flurry sends and the timeout (about 10 secs) is ready Flurry sends a message to data.flurry.com/aap.do with all the messages in it.
The problem is that this happens not always. in 50% of the cases Flurry sends nothing. But when i start the session, by opening my app again, flurry sends the open session call to data.flurry.com/aap.do
I spend hours to find a pattern when the problem appears.
Would be great if anybody has a idea for me.
Marc