How to track the application contains more than 300 events

My application contains 450 events. When you try to test the sample application, it contains 500 events using a barrage; the list of event summaries displays only 300 events. Is there any tool to track my application?

+3
source share
1 answer

Your only real option is to make some common events that combine things and differ from the parameters. After receiving the data from a flurry, you will need to download the CSV file for a detailed analysis.

As an example, I have an event designed to report various exceptions that I will catch. I use the same event, but then I have a parameter for the class, the message throws an exception, creating the code. Then I fill in the parameters with fixed names, which are populated with my user data.

+3
source

All Articles