[LIBRARY]Crash Report SDK for Android developer

crashlog

Member
Aug 28, 2014
10
0
0
Visit site
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:

Trending Posts

Forum statistics

Threads
942,409
Messages
6,913,953
Members
3,158,399
Latest member
pauloxcavalcante