Skip to content

Instantly share code, notes, and snippets.

@libreliodev
Created May 26, 2014 16:27
Show Gist options
  • Save libreliodev/ba1ba35e181cccc60bc0 to your computer and use it in GitHub Desktop.
Save libreliodev/ba1ba35e181cccc60bc0 to your computer and use it in GitHub Desktop.
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: java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
at com.librelio.lib.utils.PDFParser.<init>(PDFParser.java:35)
at com.librelio.service.DownloadMagazineService.addAssetsToDatabase(DownloadMagazineService.java:204)
at com.librelio.service.DownloadMagazineService.doWakefulWork(DownloadMagazineService.java:186)
at com.commonsware.cwac.wakeful.WakefulIntentService.onHandleIntent(WakefulIntentService.java:106)
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)
Caused by: java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
at com.artifex.mupdf.MuPDFCore.<init>(MuPDFCore.java:76)
at com.librelio.lib.utils.PDFParser.<init>(PDFParser.java:31)
... 7 more
java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
at com.artifex.mupdf.MuPDFCore.<init>(MuPDFCore.java:76)
at com.librelio.lib.utils.PDFParser.<init>(PDFParser.java:31)
at com.librelio.service.DownloadMagazineService.addAssetsToDatabase(DownloadMagazineService.java:204)
at com.librelio.service.DownloadMagazineService.doWakefulWork(DownloadMagazineService.java:186)
at com.commonsware.cwac.wakeful.WakefulIntentService.onHandleIntent(WakefulIntentService.java:106)
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=05-26 18:28:44.666 D/ACRA (20038): Wait for Toast + worker ended. Kill Application ? true
05-26 18:28:44.666 D/ACRA (20038): Wait for Toast + worker ended. Kill Application ? true
05-26 18:28:44.681 E/ACRA (20038): com.niveales.wind fatal error : Unable to start activity ComponentInfo{com.niveales.wind/com.librelio.activity.MuPDFActivity}: java.lang.IllegalStateException: java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
05-26 18:28:44.681 E/ACRA (20038): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.niveales.wind/com.librelio.activity.MuPDFActivity}: java.lang.IllegalStateException: java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
05-26 18:28:44.681 E/ACRA (20038): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2097)
05-26 18:28:44.681 E/ACRA (20038): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2122)
05-26 18:28:44.681 E/ACRA (20038): at android.app.ActivityThread.access$600(ActivityThread.java:140)
05-26 18:28:44.681 E/ACRA (20038): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1228)
05-26 18:28:44.681 E/ACRA (20038): at android.os.Handler.dispatchMessage(Handler.java:99)
05-26 18:28:44.681 E/ACRA (20038): at android.os.Looper.loop(Looper.java:137)
05-26 18:28:44.681 E/ACRA (20038): at android.app.ActivityThread.main(ActivityThread.java:4895)
05-26 18:28:44.681 E/ACRA (20038): at java.lang.reflect.Method.invokeNative(Native Method)
05-26 18:28:44.681 E/ACRA (20038): at java.lang.reflect.Method.invoke(Method.java:511)
05-26 18:28:44.681 E/ACRA (20038): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:994)
05-26 18:28:44.681 E/ACRA (20038): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:761)
05-26 18:28:44.681 E/ACRA (20038): at dalvik.system.NativeStart.main(Native Method)
05-26 18:28:44.681 E/ACRA (20038): Caused by: java.lang.IllegalStateException: java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
05-26 18:28:44.681 E/ACRA (20038): at com.librelio.lib.utils.PDFParser.<init>(PDFParser.java:35)
05-26 18:28:44.681 E/ACRA (20038): at com.librelio.activity.MuPDFActivity.openFile(MuPDFActivity.java:616)
05-26 18:28:44.681 E/ACRA (20038): at com.librelio.activity.MuPDFActivity.getMuPdfCore(MuPDFActivity.java:179)
05-26 18:28:44.681 E/ACRA (20038): at com.librelio.activity.MuPDFActivity.onCreate(MuPDFActivity.java:111)
05-26 18:28:44.681 E/ACRA (20038): at android.app.Activity.performCreate(Activity.java:5163)
05-26 18:28:44.681 E/ACRA (20038): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1094)
05-26 18:28:44.681 E/ACRA (20038): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2061)
05-26 18:28:44.681 E/ACRA (20038): ... 11 more
05-26 18:28:44.681 E/ACRA (20038): Caused by: java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
05-26 18:28:44.681 E/ACRA (20038): at com.artifex.mupdf.MuPDFCore.<init>(MuPDFCore.java:76)
05-26 18:28:44.681 E/ACRA (20038): at com.librelio.lib.utils.PDFParser.<init>(PDFParser.java:31)
05-26 18:28:44.681 E/ACRA (20038): ... 17 more
05-26 18:28:44.681 I/ACRA (20038): Finishing the last Activity prior to killing the Process
05-26 18:28:44.681 I/ACRA (20038): Finished class com.librelio.activity.MuPDFActivity
05-26 18:28:44.681 I/Process (20038): Sending signal. PID: 20038 SIG: 9
05-26 18:28:44.783 D/dalvikvm(21296): Late-enabling CheckJNI
05-26 18:28:44.931 D/ACRA (21296): ACRA is enabled for com.niveales.wind, intializing...
05-26 18:28:44.947 D/ACRA (21296): Looking for error files in /data/data/com.niveales.wind/files
05-26 18:28:44.955 W/ACRA (21296): com.niveales.wind reports will be sent by email (if accepted by user).
05-26 18:28:44.971 I/GooglePlayServicesUtils(21296): Registration not found.
05-26 18:28:44.971 I/LibrelioApplication(21296): current GCM RegistrationID =
05-26 18:28:45.135 D/dalvikvm(21296): GC_CONCURRENT freed 289K, 10% free 7203K/7943K, paused 14ms+39ms, total 84ms
05-26 18:28:45.338 D/dalvikvm(21296): GC_FOR_ALLOC freed 201K, 9% free 7316K/8007K, paused 26ms, total 27ms
05-26 18:28:45.346 I/dalvikvm-heap(21296): Grow heap (frag case) to 11.573MB for 4194320-byte allocation
05-26 18:28:45.377 D/dalvikvm(21296): GC_CONCURRENT freed 7K, 7% free 11405K/12167K, paused 11ms+2ms, total 29ms
05-26 18:28:45.400 D/AbsListView(21296): Get MotionRecognitionManager
05-26 18:28:45.416 D/AbsListView(21296): Get MotionRecognitionManager
05-26 18:28:45.439 D/AbsListView(21296): Get MotionRecognitionManager
05-26 18:28:45.525 I/webclipboard(21296): clipservice: android.sec.clipboard.ClipboardExManager@425c78b0
05-26 18:28:45.619 D/WebView (21296): loadUrlImpl: called
05-26 18:28:45.627 I/webclipboard(21296): clipservice: android.sec.clipboard.ClipboardExManager@425c78b0
05-26 18:28:45.642 D/WebView (21296): loadUrlImpl: called
05-26 18:28:45.650 V/webkit (21296): BrowserFrame constructor: this=Handler (android.webkit.BrowserFrame) {425acff0}
05-26 18:28:45.666 W/GAV2 (21296): Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch.
05-26 18:28:45.697 V/webkit (21296): BrowserFrame constructor: this=Handler (android.webkit.BrowserFrame) {42a2e368}
05-26 18:28:45.697 D/webcore (21296): CORE loadUrl: called
05-26 18:28:45.697 D/webkit (21296): Firewall not null
05-26 18:28:45.697 D/webkit (21296): euler: isUrlBlocked = false
05-26 18:28:45.721 D/webcore (21296): CORE loadUrl: called
05-26 18:28:45.721 D/webkit (21296): Firewall not null
05-26 18:28:45.721 D/webkit (21296): euler: isUrlBlocked = false
05-26 18:28:45.853 D/DownloadMagazineService(21296): DownloadMagazineService start
05-26 18:28:45.892 D/GooglePlayServicesUtils(21296): Device registered, registration ID=APA91bGIu26Gc7W8P59LrKa5lYf4DHm-D7ZFMVbY8GHNqiOc0eO76JIAT5jc1-198wocNBSLm1k1QH-ZeuhMfN9K0s8zsrP8sLkiENJ9v7JWcjHGC1KJuBaRGVh2MerxaEqZzvbcsey2e5wdzcVZ5De1MTJe-rG2nA
05-26 18:28:45.994 D/libEGL (21296): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
05-26 18:28:46.041 D/Event (21296): No subscripers registered for event class com.librelio.event.MagazineDownloadedEvent
05-26 18:28:46.041 D/Event (21296): No subscripers registered for event class de.greenrobot.event.NoSubscriberEvent
05-26 18:28:46.049 I/System.out(21296): Not a DRM File, opening notmally
05-26 18:28:46.072 I/System.out(21296): Not a DRM File, opening notmally
05-26 18:28:46.080 D/libEGL (21296): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
05-26 18:28:46.103 D/libEGL (21296): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
05-26 18:28:46.135 D/DownloadMagazineService(21296): Start DownloadLinksTask
05-26 18:28:46.135 D/dalvikvm(21296): Trying to load lib /data/data/com.niveales.wind/lib/libmupdf.so 0x4257ee88
05-26 18:28:46.142 D/dalvikvm(21296): Added shared lib /data/data/com.niveales.wind/lib/libmupdf.so 0x4257ee88
05-26 18:28:46.142 D/dalvikvm(21296): No JNI_OnLoad found in /data/data/com.niveales.wind/lib/libmupdf.so 0x4257ee88, skipping init
05-26 18:28:46.158 E/libmupdf(21296): Opening document...
05-26 18:28:46.158 E/libmupdf(21296): error: cannot find startxref
05-26 18:28:46.158 E/libmupdf(21296): warning: trying to repair broken xref
05-26 18:28:46.197 D/dalvikvm(21296): GC_CONCURRENT freed 875K, 11% free 11913K/13255K, paused 15ms+22ms, total 79ms
05-26 18:28:46.314 D/OpenGLRenderer(21296): Enabling debug mode 0
05-26 18:28:46.338 E/libmupdf(21296): error: unknown token in dict
05-26 18:28:46.338 E/libmupdf(21296): error: cannot parse dict
05-26 18:28:46.338 E/libmupdf(21296): error: broken object at EOF ignored
05-26 18:28:46.338 E/libmupdf(21296): error: cannot open document
05-26 18:28:46.338 E/libmupdf(21296): error: cannot load document '/data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf'
05-26 18:28:46.338 E/libmupdf(21296): error: Cannot open document: '/data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf'
05-26 18:28:46.338 E/libmupdf(21296): Failed: Cannot open document: '/data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf'
05-26 18:28:46.338 W/System.err(21296): java.lang.Exception: Failed to open /data/data/com.niveales.wind/app_librelio/wind_383/wind_383_.pdf
05-26 18:28:46.338 W/System.err(21296): at com.artifex.mupdf.MuPDFCore.<init>(MuPDFCore.java:76)
05-26 18:28:46.338 W/System.err(21296): at com.librelio.lib.utils.PDFParser.<init>(PDFParser.java:31)
05-26 18:28:46.338 W/System.err(21296): at com.librelio.service.DownloadMagazineService.addAssetsToDatabase(DownloadMagazineService.java:204)
05-26 18:28:46.338 W/System.err(21296): at com.librelio.service.DownloadMagazineService.doWakefulWork(DownloadMagazineService.java:186)
05-26 18:28:46.338 W/System.err(21296): at com.commonsware.cwac.wakeful.WakefulIntentService.onHandleIntent(WakefulIntentService.java:106)
05-26 18:28:46.338 W/System.err(21296): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
05-26 18:28:46.338 W/System.err(21296): at android.os.Handler.dispatchMessage(Handler.java:99)
05-26 18:28:46.338 W/System.err(21296): at android.os.Looper.loop(Looper.java:137)
05-26 18:28:46.346 W/System.err(21296): at android.os.HandlerThread.run(HandlerThread.java:60)
05-26 18:28:46.346 W/dalvikvm(21296): threadid=20: thread exiting with uncaught exception (group=0x41e3b2a0)
05-26 18:28:46.346 W/GAV2 (21296): Thread[IntentService[magazineprocessing],5,main]: dispatch call queued. Need to call GAServiceManager.getInstance().initialize().
05-26 18:28:46.346 E/ACRA (21296): ACRA caught a IllegalStateException exception for com.niveales.wind. Building report.
05-26 18:28:46.361 D/ACRA (21296): Using custom Report Fields
05-26 18:28:46.369 D/GooglePlayServicesUtils(21296): Registering GCM regid with server failed
05-26 18:28:46.400 I/ACRA (21296): READ_LOGS granted! ACRA can include LogCat and DropBox data.
05-26 18:28:46.447 D/ACRA (21296): Retrieving logcat output...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment