Skip to content

Instantly share code, notes, and snippets.

@libreliodev
Created March 19, 2014 14:09
Show Gist options
  • Save libreliodev/9642383 to your computer and use it in GitHub Desktop.
Save libreliodev/9642383 to your computer and use it in GitHub Desktop.
Crash report
APP_VERSION_CODE=29
APP_VERSION_NAME=1.2.9
ANDROID_VERSION=4.1.2
PHONE_MODEL=GT-P5110
CUSTOM_DATA=
STACK_TRACE=java.lang.IllegalStateException: You must call EasyTracker.getInstance().setContext(context) or startActivity(activity) before calling getTracker()
at com.google.analytics.tracking.android.EasyTracker.getTracker(EasyTracker.java:126)
at com.librelio.service.DownloadMagazineService.startDownload(DownloadMagazineService.java:294)
at com.librelio.activity.BillingActivity.backgroundCheckForValidSubscriptionFailFast(BillingActivity.java:271)
at com.librelio.notifications.GcmIntentService.onHandleIntent(GcmIntentService.java:69)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.os.HandlerThread.run(HandlerThread.java:60)
LOGCAT=--------- beginning of /dev/log/main
03-19 15:09:36.718 D/dalvikvm(20633): Late-enabling CheckJNI
03-19 15:09:36.906 D/ACRA (20633): ACRA is enabled for com.niveales.wind, intializing...
03-19 15:09:36.929 D/ACRA (20633): Looking for error files in /data/data/com.niveales.wind/files
03-19 15:09:36.929 W/ACRA (20633): com.niveales.wind reports will be sent by email (if accepted by user).
03-19 15:09:36.968 I/GooglePlayServicesUtils(20633): Registration not found.
03-19 15:09:37.038 I/GcmIntentService(20633): Received: Bundle[{android.support.content.wakelockid=1, collapse_key=do_not_collapse, from=1012641315687, waurl=wind_375/wind_375_.pdf, content-available=1}]
03-19 15:09:37.124 D/dalvikvm(20633): GC_CONCURRENT freed 257K, 10% free 7202K/7943K, paused 13ms+16ms, total 79ms
03-19 15:09:37.788 D/GooglePlayServicesUtils(20633): Device registered, registration ID=APA91bGIu26Gc7W8P59LrKa5lYf4DHm-D7ZFMVbY8GHNqiOc0eO76JIAT5jc1-198wocNBSLm1k1QH-ZeuhMfN9K0s8zsrP8sLkiENJ9v7JWcjHGC1KJuBaRGVh2MerxaEqZzvbcsey2e5wdzcVZ5De1MTJe-rG2nA
03-19 15:09:37.859 D/BillingActivity(20633): status line: HTTP/1.1 302 Found
03-19 15:09:37.859 D/BillingActivity(20633): body:
03-19 15:09:37.859 D/BillingActivity(20633): header: Date => Wed, 19 Mar 2014 14:07:42 GMT
03-19 15:09:37.859 D/BillingActivity(20633): header: Server => Apache/2.2.21 (Amazon)
03-19 15:09:37.859 D/BillingActivity(20633): header: X-Powered-By => PHP/5.3.28
03-19 15:09:37.859 D/BillingActivity(20633): header: location => http://librelio-europe.s3.amazonaws.com/niveales/wind/wind_375/wind_375_.pdf?AWSAccessKeyId=0HRT783WMSHA77P2ZW02&Expires=1395241662&Signature=BFLs%2Fp41T3%2Ba4CrQnzHV%2Bu2MZ5Q%3D
03-19 15:09:37.859 D/BillingActivity(20633): header: Content-Length => 0
03-19 15:09:37.859 D/BillingActivity(20633): header: Connection => close
03-19 15:09:37.859 D/BillingActivity(20633): header: Content-Type => text/html; charset=UTF-8
03-19 15:09:37.867 D/DownloadMagazineService(20633): isSample: false
03-19 15:09:37.867 D/DownloadMagazineService(20633): fileUrl: http://librelio-europe.s3.amazonaws.com/niveales/wind/wind_375/wind_375_.pdf?AWSAccessKeyId=0HRT783WMSHA77P2ZW02&Expires=1395241662&Signature=BFLs%2Fp41T3%2Ba4CrQnzHV%2Bu2MZ5Q%3D
03-19 15:09:37.867 D/DownloadMagazineService(20633): filePath: /data/data/com.niveales.wind/app_librelio/wind_375/wind_375_.pdf
03-19 15:09:37.867 W/dalvikvm(20633): threadid=13: thread exiting with uncaught exception (group=0x40d282a0)
03-19 15:09:37.867 E/ACRA (20633): ACRA caught a IllegalStateException exception for com.niveales.wind. Building report.
03-19 15:09:37.867 D/ACRA (20633): Using custom Report Fields
03-19 15:09:37.913 I/ACRA (20633): READ_LOGS granted! ACRA can include LogCat and DropBox data.
03-19 15:09:37.960 D/ACRA (20633): Retrieving logcat output...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment