Notes on integrating the Aurora Statistics SDK and viewing the crash log from the Aurora Statistics web page

The integrated Aurora Statistics SDK is not much to say in this category, it is recommended to use JCenter automatic integration method, the first method is not too good

In the project, sometimes in order to avoid direct crash of the application, add a tool to avoid application crash, TryCaughUtils.java, this tool will not crash the project, but it can print the error log in the console to view the log,

So with this tool, all the crash logs you see can be viewed through Aurora statistics and bug fixes

But I also want to say the following:

Aurora statistics page really needs to be optimized, the experience is not strong,

1. Error Analysis

2. Screen the platform Android platform

3. Screen time

4. Right-click on the error summary content and left-click to open the link in a new tab page to generate a new web page address and reopen it. If you do n’t do this, you will have to re-screen the platform and re-screen time, which is troublesome!

5. Remember to modify the error message status after modification

Published 57 original articles · liked 0 · 10,000+ views

Guess you like

Origin blog.csdn.net/java9832/article/details/104935677