| File | Date | Author | Commit |
|---|---|---|---|
| CrashReportSample | 2014-09-03 |
|
[93a084] Network status report |
| README.md | 2014-09-03 |
|
[e25976] modify readme |
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