By adding the crash report SDK in the project, developers can view the released APP crash log, which will help to locate problems and improve the quality of the products.
src/org/crashlog/crashreport" folder to your Project.CrashReport in your subclass extended from Application, refer to "src/org/crashlog/sample/MyApplication.java".Add below permissions to AndroidManifest.xml.
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_EXTERNAL_STORAGE
android.permission.ACCESS_NETWORK_STATE
If ProGuard enabled, need to add the following options in the "proguard-project.txt".
-renamesourcefileattribute ProGuard
-keepattributes SourceFile,LineNumberTable