I am using version 3.2.0 of the Android Flurry Android package.
I have enabled logging, the results of which are shown below. I have created a temporary event called 'ShowingDownloadDirector' , which duration displays a specific dialog.
The result is shown below (see section (1) below) after pressing the repeat button. The time between each repeat is less than one second, but the duration of the recording is much longer?
I confirmed that the start / end events are aligned - there is an end event for each start event. I thought, maybe, events that are from the very beginning of the application, but there are later entries that have a lower value than previous entries.
I also see that subsequent events are not logged. See Section (2) below my event track. In the debug output of the device generated by your SDK, it only shows the event log once.
Any subsequent logging does not generate debug output.
Can you explain? Is this a limitation of Flurry or Flurry output debugging?
Where is the data stored on the local device so that I can confirm that it is really registering the right thing?
By the way. Please do not ask me about the server. The problem here is NOT the server. The problem here is that your SDK reports locally on the device when I issue log requests. I just need to understand the inconsistency.
Thanks Tim
Section 1
D/FlurryAgent( 4663): Ended event 'ShowingDownloadDirector' (524144) after 1367ms D/FlurryAgent( 4663): Ended event 'ShowingDownloadDirector' (535617) after 444ms D/FlurryAgent( 4663): Ended event 'ShowingDownloadDirector' (535774) after 1900ms D/FlurryAgent( 4663): Ended event 'ShowingDownloadDirector' (537189) after 7702ms D/FlurryAgent( 4663): Ended event 'ShowingDownloadDirector' (537415) after 13942ms D/FlurryAgent( 4663): Ended event 'ShowingDownloadDirector' (544448) after 9241ms
Section 2
E/RMS (10264): Error Unity 07/15/2013 12:31:17 LOGGING startup D/FlurryAgent(10264): Error logged: EventLoggerAndroid.LogEvent D/FlurryAgent(10264): Event count incremented: startup E/RMS (10264): Error Unity 07/15/2013 12:31:40 LOGGING PurchaseStarted D/FlurryAgent(10264): Event count incremented: PurchaseStarted E/RMS (10264): Error Unity 07/15/2013 12:31:44 LOGGING PurchaseCanceled D/FlurryAgent(10264): Event count incremented: PurchaseCanceled E/RMS (10264): Error Unity 07/15/2013 12:31:55 LOGGING PurchaseStarted <-- NO Flurry log here ??? --> E/RMS (10264): Error Unity 07/15/2013 12:32:06 LOGGING PurchaseCanceled <-- NO Flurry logging here ??? -->
source share