[LIBRARY]Crash Report SDK for Android developer

crashlog

Member
Aug 28, 2014
10
0
0
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.

Features:

  • Little code implementation, does not affect your APP installation package size.
  • Choose 4G, 3G, WIFI these broad networks to report log, avoid network congestion.
  • Rich error information, help developers positioning the problem. For example: StackTrace, Memory, Storage, Thread and Process etc..

Usage:

  1. Get SDK source code, and copy the "src/org/crashlog/crashreport" folder to your Project.
  2. Initialize CrashReport in your subclass extended from Application, refer to "src/org/crashlog/sample/MyApplication.java".
  3. Add below permissions to AndroidManifest.xml.
    Code:
    android.permission.INTERNET
    android.permission.WRITE_EXTERNAL_STORAGE
    android.permission.READ_EXTERNAL_STORAGE
    android.permission.ACCESS_NETWORK_STATE
  4. If ProGuard enabled, need to add the following options in the "proguard-project.txt".
    Code:
    -renamesourcefileattribute ProGuard
    -keepattributes SourceFile,LineNumberTable


Get source:http://github.com/liu-yanjun/crash-log-report
Demo:http://www.crashlog.org
 
Last edited:

Members online

Forum statistics

Threads
956,227
Messages
6,967,004
Members
3,163,487
Latest member
Christoph