androidsessionflurry

Flurry: if flurry events added without start/end session, will it show on flurry site?


If flurry events are added in an activity without adding startsession / endsession in onStart/onStop will it log on the flurry site

? Previous activity is having startsession / endsession in its onStart/onStop. Can anyone help?


Solution

  • Flurry will not consider an activity if it doesn't have a call to onStartSession. So long as there is any Context that has called onStartSession but not onEndSession, the session will be continued. This also means that Events will not be logged for that particular activity.

    (Full disclosure: I work at Flurry)