Platform for a specific version of the monkey operation after the number of statistics, according to time period to obtain, and finally according to the operation of the batch issue analysis report;
The problem is that the Crashlytics platform only provides a BS login to view the Web backend, so it is not possible to get data directly via API or DB (issues,crashes,usersaffected)
I have tried several ways:
1. Through the HTTPS simulation request, the latter due to its token and other restrictions too strict (with this method has been successful in Bugzilla 4.2), and the information is more ambiguous, safe to do well, short-term can not be overcome by hints, try more unsuccessful
2. Through the kernel browser PHANTOMJS simulation opened, then through the page Dom operation to obtain the number, and finally because the website does not support the kernel browser CSS, etc., did not succeed
3. The last project cycle pressure, temporarily adopted the most conservative way to achieve: using SELENIUM2 to achieve scripted automatic login, select version, automatically through XPath, and so get the element value, and then save to the DB persistence (but the method is inefficient, each time loading the page, wait for the slower, Add foreign website server, so slower), but every time in 5 minutes to complete the series of actions, we get data business frequency of more than 30 minutes, so still can meet the requirements
Follow up to try another way.
iOS crash a bit of a pity on the Crashlytics Platform for Statistical solutions (as of June 14, 2015)