Git Product home page Git Product logo

androidpdfviewer's People

Contributors

tekinarslan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

androidpdfviewer's Issues

Can you pls support Android 6.0

now the targetSdkVersion is 22, the libmupdf.so package can't work at android 6.0, can you recreate the so package, so it can support android 6.0

openFile method return null

Hello @tekinarslan great work, in the process of making use of your library, i encounter a problem... it says
int lastSlashPos = path.lastIndexOf('/') return null result to java.lang.NullPointerException
also shut down VM, D/AndroidRuntime﹕ Shutting down VM... please what can i do? i'm loading file from pdf file from assest folder.

Default Cache Size - Question

Hello!

I'd like to ask how you built the library. In the "include/mupdf/fitz/context.h" file there is an option for FZ_STORE_DEFAULT which is 256MB. I'm using the mupdf module of your code, and as I keep opening pdf-s, the generated Bitmaps byte[] never seems to free up.

As far as I can tell, mupdf caches the generated Bitmaps until it's size reaches the FZ_STORE_DEFAULT value, which is far greater than an Android OS accepts, as the OS will shut down the app around 180MB.

Did you change that value to a lower value, and I'm doing something wrong, or should I just change it in my code, and rebuild the whole project?

Any help is appreciated!
Thank you!

android findlibrary returned null for eclipse

i try this on eclipse its give me error

java.lang.UnsatisfiedLinkError: Couldn't load mupdf from loader dalvik.system.PathClassLoader[dexPath=/data/app/com.tekinarslan.sample-1.apk,libraryPath=/data/app-lib/com.tekinarslan.sample-1]: findLibrary returned null

how i use this lib on eclipse

please any idea?

Viewer crashed when click occurs on x86

I got crashed when I clicked the viewer on x86 devices (both genymotion Nexus 5 with Android 5.1 and my Nokia k1 with Android 5.1.1). The main logcat is shown below.

04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: jfieldID long com.artifex.mupdfdemo.MuPDFCore.globals not valid for an object of class java.lang.Class<com.artifex.mupdfdemo.MuPDFCore>
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] in call to GetLongField
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] from boolean com.artifex.mupdfdemo.MuPDFCore.javascriptSupported()
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] "main" prio=5 tid=1 Runnable
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x74597000 self=0xf3c3b500
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] | sysTid=26386 nice=0 cgrp=default sched=0/0 handle=0xf77d0ea0
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] | state=R schedstat=( 1106728466 349147959 2000 ) utm=86 stm=24 core=0 HZ=100
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] | stack=0xff5fa000-0xff5fc000 stackSize=8MB
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #00 pc 00005d53 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext_)+83)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #1 pc 00003052 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext_)+34)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #2 pc 003e0be8 /system/lib/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::1::char_traits >&, int, char const, art::mirror::ArtMethod)+136)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #3 pc 003a9e63 /system/lib/libart.so (art::Thread::Dump(std::1::basic_ostream<char, std::1::char_traits >&) const+307)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #4 pc 001050d0 /system/lib/libart.so (art::JniAbort(char const
, char const
)+1024)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #5 pc 00105caf /system/lib/libart.so (art::JniAbortF(char const
, char const
, ...)+111)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #6 pc 00109d41 /system/lib/libart.so (art::ScopedCheck::CheckInstanceFieldID(jobject, jfieldID)+865)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #7 pc 0011c00a /system/lib/libart.so (art::CheckJNI::GetLongField(JNIEnv, jobject, _jfieldID
)+122)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #8 pc 000297cb /data/app/packageName-1/lib/x86/libmupdf.so (Java_com_artifex_mupdfdemo_MuPDFCore_javascriptSupported+59)
04-23 22:44:01.328 26386-26386/packageName A/art: art/runtime/check_jni.cc:65] native: #9 pc 000c7b1a /data/data/packageName/cache/slice-slice_9_b72389ed69b0c7c87b4e486b7f85c4577fece1a0-classes.dex (Java_com_artifex_mupdfdemo_MuPDFCore_javascriptSupported
*+110)

Sample not working?

Your sample giving error. "Validates resource references inside Android XML files". Can you help me about handle this? Probably, problem is one of the resource names.

Lib is not working for lollipop

Hi whenever I try to add Ink Annotation programmatically I get following error .

03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: illegal class name 'android.graphics.PointF'
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] (should be of the form 'package/Class', [Lpackage/Class;' or '[[B')
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] in call to FindClass
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] from void com.artifex.mupdfdemo.MuPDFCore.addInkAnnotationInternal(android.graphics.PointF[][])
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] "AsyncTask #1" prio=5 tid=26 Runnable
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x12c5dd60 self=0x5f6f2650
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] | sysTid=3513 nice=10 cgrp=apps/bg_non_interactive sched=0/0 handle=0x5f481528
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] | state=R schedstat=( 2350000 11713000 5 ) utm=0 stm=0 core=2 HZ=100
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] | stack=0x6d09a000-0x6d09c000 stackSize=1036KB
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #00 pc 00004ce4 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext_)+23)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #1 pc 00003531 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext_)+8)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #2 pc 0023fdad /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::1::char_traits >&, int, char const, art::mirror::ArtMethod)+68)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #3 pc 00224f6f /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::1::char_traits >&) const+146)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #4 pc 000b0443 /system/lib/libart.so (???)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #5 pc 000b0b7d /system/lib/libart.so (art::JniAbortF(char const
, char const
, ...)+60)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #6 pc 000b4993 /system/lib/libart.so (???)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #7 pc 000252f7 /data/app/com.akillitablet.android-1/lib/arm/libmupdf.so (Java_com_artifex_mupdfdemo_MuPDFCore_addInkAnnotationInternal+358)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] native: #8 pc 000bdbe7 /data/dalvik-cache/arm/data@[email protected]@[email protected] (Java_com_artifex_mupdfdemo_MuPDFCore_addInkAnnotationInternal___3_3Landroid_graphics_PointF_2+102)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] at com.artifex.mupdfdemo.MuPDFCore.addInkAnnotationInternal(Native method)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] at com.artifex.mupdfdemo.MuPDFCore.addInkAnnotation(MuPDFCore.java:296)
03-01 17:18:12.905: A/art(3257): art/runtime/check_jni.cc:65] - locked <0x3fce6163> (a com.artifex.mupdfdemo.MuPDFCore)

I did bit of google. End up having answers as its bug in lollipop. Can you please help me with this?

libhoudini.so Error

Please help, after adding the project as a module and do the requirement, it fail to load pdf, it give error concerning libhoudini.so, what can i do please?

11-22 05:54:40.793 2720-2720/com.samsoft.cbc.studio I/TAG﹕ /storage/emulated/0/wiley-php-5-for-dummies.pdf
11-22 05:54:40.797 2720-2720/com.samsoft.cbc.studio D/dalvikvm﹕ Trying to load lib /data/app-lib/com.samsoft.cbc.studio-1/libmupdf.so 0xa5083288
11-22 05:54:40.805 2720-2720/com.samsoft.cbc.studio W/linker﹕ libhoudini.so has text relocations. This is wasting memory and is a security risk. Please fix.
11-22 05:54:40.873 2720-2720/com.samsoft.cbc.studio A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread 2720 (soft.cbc.studio)

Application crash whenever i click on the PDF page --> check logcat

Please help, Application crash when i click on the page

12-03 11:23:57.631 5200-5200/com.samsoft.cbc.studio W/dalvikvm﹕ JNI WARNING: instance jfieldID 0x9e1980e8 not valid for class Ljava/lang/Class; (GetLongField)
12-03 11:23:57.631 5200-5200/com.samsoft.cbc.studio W/dalvikvm﹕ in Lcom/artifex/mupdfdemo/MuPDFCore;.javascriptSupported:()Z (GetLongField)
12-03 11:23:57.631 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ "main" prio=5 tid=1 RUNNABLE
12-03 11:23:57.635 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ | group="main" sCount=0 dsCount=0 obj=0xa4d8cbd8 self=0xb7c32e70
12-03 11:23:57.635 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ | sysTid=5200 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=-1216675776
12-03 11:23:57.635 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ | state=R schedstat=( 2743507391 3778634137 7932 ) utm=127 stm=146 core=0
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.artifex.mupdfdemo.MuPDFCore.javascriptSupported(Native Method)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.artifex.mupdfdemo.MuPDFPageView.passClickEvent(MuPDFPageView.java:200)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.artifex.mupdfdemo.MuPDFReaderView.onSingleTapUp(MuPDFReaderView.java:65)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.GestureDetector.onTouchEvent(GestureDetector.java:595)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.artifex.mupdfdemo.ReaderView.onTouchEvent(ReaderView.java:497)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.artifex.mupdfdemo.MuPDFReaderView.onTouchEvent(MuPDFReaderView.java:170)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.View.dispatchTouchEvent(View.java:7706)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2210)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1945)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1959)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1959)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1959)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1959)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1959)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1959)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1959)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:2068)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1515)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.app.Activity.dispatchTouchEvent(Activity.java:2458)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:2016)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.View.dispatchPointerEvent(View.java:7886)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:3954)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:3833)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3399)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3449)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3418)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3525)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3426)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:3582)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3399)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3449)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3418)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3426)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3399)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:5602)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:5582)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:5553)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:5682)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:185)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.os.MessageQueue.nativePollOnce(Native Method)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.os.MessageQueue.next(MessageQueue.java:138)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.os.Looper.loop(Looper.java:123)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at android.app.ActivityThread.main(ActivityThread.java:5017)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at java.lang.reflect.Method.invokeNative(Native Method)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at java.lang.reflect.Method.invoke(Method.java:515)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ at dalvik.system.NativeStart.main(Native Method)
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio I/dalvikvm﹕ [ 12-03 11:23:57.639 5200: 5200 E/dalvikvm ]
VM aborting
12-03 11:23:57.639 5200-5200/com.samsoft.cbc.studio A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00001450 (code=-6), thread 5200 (soft.cbc.studio)

There is problem from android 5.0 Version. Below error i got in Android 6.0. Can you please try to give new build which works in latest version . It will be more helpful for me as i was struggling on this from past 5days

05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] JNI DETECTED ERROR IN APPLICATION: illegal class name 'android.graphics.PointF'
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] (should be of the form 'package/Class', [Lpackage/Class;' or '[[B')
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] in call to FindClass
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] from void com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotationInternal(android.graphics.PointF[], int)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] "AsyncTask #3" prio=5 tid=16 Runnable
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] | group="main" sCount=0 dsCount=0 obj=0x12dd2ac0 self=0xb9738d48
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] | sysTid=29460 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xa25ee930
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] | state=R schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] | stack=0xa24ec000-0xa24ee000 stackSize=1038KB
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] | held mutexes= "mutator lock"(shared held)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #00 pc 00370c01 /system/lib/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::1::char_traits >&, int, char const, art::ArtMethod, void_)+160)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #1 pc 0035054b /system/lib/libart.so (art::Thread::Dump(std::1::basic_ostream<char, std::1::char_traits >&) const+150)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #2 pc 0025a50d /system/lib/libart.so (art::JavaVMExt::JniAbort(char const
, char const
)+740)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #3 pc 0025abe5 /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const
, char const
, std::va_list)+64)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #4 pc 000fd2e1 /system/lib/libart.so (art::ScopedCheck::AbortF(char const
, ...)+32)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #5 pc 0010461d /system/lib/libart.so (art::CheckJNI::FindClass(JNIEnv, char const
)+508)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #6 pc 00024fd7 /data/app/com.tekinarslan.sample-1/lib/arm/libmupdf.so (Java_com_artifex_mupdfdemo_MuPDFCore_addMarkupAnnotationInternal+386)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #7 pc 000e6e95 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotationInternal(android.graphics.PointF[], int)+104)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #8 pc 000e87d5 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotation(int, android.graphics.PointF[], com.artifex.mupdfdemo.Annotation$Type)+136)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #9 pc 0017efe5 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFPageView.addMarkup(android.graphics.PointF[], com.artifex.mupdfdemo.Annotation$Type)+88)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #10 pc 0017d937 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Void com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(android.graphics.PointF[][])+122)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #11 pc 0017d871 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(java.lang.Object[])+92)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #12 pc 00179ee9 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.AsyncTask$2.call()+244)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] native: #13 pc 003b3b5f /data/dalvik-cache/arm/system@[email protected] (???)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotationInternal(Native method)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotation(MuPDFCore.java:291)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] - locked <0x068ca779> (a com.artifex.mupdfdemo.MuPDFCore)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at com.artifex.mupdfdemo.MuPDFPageView.addMarkup(MuPDFPageView.java:417)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(MuPDFPageView.java:313)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(MuPDFPageView.java:310)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at com.artifex.mupdfdemo.AsyncTask$2.call(AsyncTask.java:294)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at java.util.concurrent.FutureTask.run(FutureTask.java:237)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at com.artifex.mupdfdemo.AsyncTask$SerialExecutor$1.run(AsyncTask.java:233)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.460 29417-29460/com.tekinarslan.sample A/art: art/runtime/java_vm_ext.cc:410]
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] Runtime aborting...
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] Aborting thread:
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "AsyncTask #3" prio=4 tid=16 Native
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=0 dsCount=0 obj=0x12dd2ac0 self=0xb9738d48
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29460 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xa25ee930
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=R schedstat=( 0 0 0 ) utm=2 stm=0 core=0 HZ=100
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xa24ec000-0xa24ee000 stackSize=1038KB
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes= "abort lock"
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00370c01 /system/lib/libart.so (art::DumpNativeStack(std::_1::basic_ostream<char, std::1::char_traits >&, int, char const, art::ArtMethod, void)+160)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 0035054b /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::_1::char_traits >&) const+150)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 003333ab /system/lib/libart.so (art::AbortState::DumpThread(std::1::basic_ostream<char, std::1::char_traits >&, art::Thread) const+26)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 00333643 /system/lib/libart.so (art::Runtime::Abort()+562)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 000f470b /system/lib/libart.so (art::LogMessage::~LogMessage()+2226)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 0025a837 /system/lib/libart.so (art::JavaVMExt::JniAbort(char const
, char const
)+1550)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 0025abe5 /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const
, char const, std::va_list)+64)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #7 pc 000fd2e1 /system/lib/libart.so (art::ScopedCheck::AbortF(char const
, ...)+32)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #8 pc 0010461d /system/lib/libart.so (art::CheckJNI::FindClass(JNIEnv, char const
)+508)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #9 pc 00024fd7 /data/app/com.tekinarslan.sample-1/lib/arm/libmupdf.so (Java_com_artifex_mupdfdemo_MuPDFCore_addMarkupAnnotationInternal+386)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #10 pc 000e6e95 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotationInternal(android.graphics.PointF[], int)+104)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #11 pc 000e87d5 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotation(int, android.graphics.PointF[], com.artifex.mupdfdemo.Annotation$Type)+136)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #12 pc 0017efe5 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFPageView.addMarkup(android.graphics.PointF[], com.artifex.mupdfdemo.Annotation$Type)+88)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #13 pc 0017d937 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Void com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(android.graphics.PointF[][])+122)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #14 pc 0017d871 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(java.lang.Object[])+92)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #15 pc 00179ee9 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.AsyncTask$2.call()+244)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #16 pc 003b3b5f /data/dalvik-cache/arm/system@[email protected] (???)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotationInternal(Native method)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotation(MuPDFCore.java:291)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - locked <0x068ca779> (a com.artifex.mupdfdemo.MuPDFCore)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFPageView.addMarkup(MuPDFPageView.java:417)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(MuPDFPageView.java:313)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(MuPDFPageView.java:310)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.AsyncTask$2.call(AsyncTask.java:294)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.util.concurrent.FutureTask.run(FutureTask.java:237)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.AsyncTask$SerialExecutor$1.run(AsyncTask.java:233)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] Dumping all threads without appropriate locks held: thread list lock mutator lock
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] All threads:
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] DALVIK THREADS (19):
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "AsyncTask #3" prio=4 tid=16 Runnable
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=0 dsCount=0 obj=0x12dd2ac0 self=0xb9738d48
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29460 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xa25ee930
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=R schedstat=( 0 0 0 ) utm=3 stm=2 core=0 HZ=100
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xa24ec000-0xa24ee000 stackSize=1038KB
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes= "abort lock" "mutator lock"(shared held)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00370c01 /system/lib/libart.so (art::DumpNativeStack(std::_1::basic_ostream<char, std::1::char_traits >&, int, char const, art::ArtMethod, void)+160)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 0035054b /system/lib/libart.so (art::Thread::Dump(std::1::basic_ostream<char, std::1::char_traits >&) const+150)
05-18 19:25:08.897 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 0035a1b3 /system/lib/libart.so (art::DumpCheckpoint::Run(art::Thread
)+442)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 0035ad5f /system/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure
)+210)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 0035b29f /system/lib/libart.so (art::ThreadList::Dump(std::1::basic_ostream<char, std::1::char_traits >&)+142)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 003335b9 /system/lib/libart.so (art::Runtime::Abort()+424)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 000f470b /system/lib/libart.so (art::LogMessage::~LogMessage()+2226)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #7 pc 0025a837 /system/lib/libart.so (art::JavaVMExt::JniAbort(char const
, char const
)+1550)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #8 pc 0025abe5 /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const
, char const
, std::va_list)+64)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #9 pc 000fd2e1 /system/lib/libart.so (art::ScopedCheck::AbortF(char const
, ...)+32)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #10 pc 0010461d /system/lib/libart.so (art::CheckJNI::FindClass(JNIEnv, char const
)+508)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #11 pc 00024fd7 /data/app/com.tekinarslan.sample-1/lib/arm/libmupdf.so (Java_com_artifex_mupdfdemo_MuPDFCore_addMarkupAnnotationInternal+386)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #12 pc 000e6e95 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotationInternal(android.graphics.PointF[], int)+104)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #13 pc 000e87d5 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotation(int, android.graphics.PointF[], com.artifex.mupdfdemo.Annotation$Type)+136)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #14 pc 0017efe5 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (void com.artifex.mupdfdemo.MuPDFPageView.addMarkup(android.graphics.PointF[], com.artifex.mupdfdemo.Annotation$Type)+88)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #15 pc 0017d937 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Void com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(android.graphics.PointF[][])+122)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #16 pc 0017d871 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(java.lang.Object[])+92)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #17 pc 00179ee9 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.AsyncTask$2.call()+244)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #18 pc 003b3b5f /data/dalvik-cache/arm/system@[email protected] (???)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotationInternal(Native method)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFCore.addMarkupAnnotation(MuPDFCore.java:291)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - locked <0x068ca779> (a com.artifex.mupdfdemo.MuPDFCore)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFPageView.addMarkup(MuPDFPageView.java:417)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(MuPDFPageView.java:313)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFPageView$7.doInBackground(MuPDFPageView.java:310)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.AsyncTask$2.call(AsyncTask.java:294)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.util.concurrent.FutureTask.run(FutureTask.java:237)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.AsyncTask$SerialExecutor$1.run(AsyncTask.java:233)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "main" prio=4 tid=1 Native
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x74e7f2a0 self=0xb8613590
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29417 nice=0 cgrp=default sched=0/0 handle=0xb6f69b34
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=48 stm=13 core=0 HZ=100
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xbe010000-0xbe012000 stackSize=8MB
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_epoll_wait+0x2bc/0x398
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_epoll_pwait+0x124/0x130
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00043174 /system/lib/libc.so (epoll_pwait+20)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 00019447 /system/lib/libc.so (epoll_pwait+26)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 00019455 /system/lib/libc.so (epoll_wait+6)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 00012c6f /system/lib/libutils.so (android::Looper::pollInner(int)+102)
05-18 19:25:08.898 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 00012eeb /system/lib/libutils.so (android::Looper::pollOnce(int, int
, int
, void)+130)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 00082619 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(JNIEnv, jobject, int)+22)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 0000056d /data/dalvik-cache/arm/system@[email protected] (Java_android_os_MessageQueue_nativePollOnce__JI+96)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at android.os.MessageQueue.nativePollOnce(Native method)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at android.os.MessageQueue.next(MessageQueue.java:323)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at android.os.Looper.loop(Looper.java:135)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at android.app.ActivityThread.main(ActivityThread.java:5443)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.reflect.Method.invoke!(Native method)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "Signal Catcher" prio=4 tid=2 WaitingInMainSignalCatcherLoop
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12ca20a0 self=0xb961d8f8
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29422 nice=0 cgrp=default sched=0/0 handle=0xb44fc930
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xb4400000-0xb4402000 stackSize=1014KB
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_sigtimedwait+0x168/0x1b8
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_rt_sigtimedwait+0xa0/0x114
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00042978 /system/lib/libc.so (rt_sigtimedwait+12)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 0001bf3b /system/lib/libc.so (sigwait+22)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 0033a799 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread
, art::SignalSet&)+76)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 0033b903 /system/lib/libart.so (art::SignalCatcher::Run(void
)+226)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 00041687 /system/lib/libc.so (_pthread_start(void)+30)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 0001911b /system/lib/libc.so (__start_thread+6)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] (no managed stack frames)
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.905 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "JDWP" prio=4 tid=3 WaitingInMainDebuggerLoop
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12ca50a0 self=0xb961a130
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29423 nice=0 cgrp=default sched=0/0 handle=0xb43f8930
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=2 stm=2 core=0 HZ=100
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xb42fc000-0xb42fe000 stackSize=1014KB
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: poll_schedule_timeout+0x3c/0x60
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_select+0x4a4/0x54c
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: core_sys_select+0x11c/0x318
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_pselect6+0x234/0x24c
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 000440b4 /system/lib/libc.so (pselect6+20)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 0001b28d /system/lib/libc.so (select+60)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 00401243 /system/lib/libart.so (art::JDWP::JdwpAdbState::ProcessIncoming()+218)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 00266c2f /system/lib/libart.so (art::JDWP::JdwpState::Run()+314)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 00267aad /system/lib/libart.so (art::JDWP::StartJdwpThread(void
)+16)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 00041687 /system/lib/libc.so (pthread_start(void)+30)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 0001911b /system/lib/libc.so (start_thread+6)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] (no managed stack frames)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "ReferenceQueueDaemon" prio=4 tid=4 Waiting
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12ca0400 self=0xb881ae38
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29424 nice=0 cgrp=default sched=0/0 handle=0xb42f2930
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xb41f0000-0xb41f2000 stackSize=1038KB
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait_queue_me+0xe0/0x108
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait+0x170/0x238
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_futex+0xfc/0x9fc
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_futex+0x80/0x160
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00016a58 /system/lib/libc.so (syscall+28)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 000f6c59 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread
)+96)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 002bec69 /system/lib/libart.so (art::Monitor::Wait(art::Thread
, long long, int, bool, art::ThreadState)+1176)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 002bf9c7 /system/lib/libart.so (art::Monitor::Wait(art::Thread
, art::mirror::Object
, long long, int, bool, art::ThreadState)+142)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 002d128b /system/lib/libart.so (art::Object_wait(JNIEnv, jobject)+38)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 0000037f /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait
+74)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Object.wait!(Native method)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - waiting on <0x05805cbe> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:147)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - locked <0x05805cbe> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "FinalizerDaemon" prio=4 tid=5 Waiting
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12ca0460 self=0xb873c780
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29425 nice=0 cgrp=default sched=0/0 handle=0xb41eb930
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xb40e9000-0xb40eb000 stackSize=1038KB
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait_queue_me+0xe0/0x108
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait+0x170/0x238
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_futex+0xfc/0x9fc
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_futex+0x80/0x160
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00016a58 /system/lib/libc.so (syscall+28)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 000f6c59 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread_)+96)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 002bec69 /system/lib/libart.so (art::Monitor::Wait(art::Thread_, long long, int, bool, art::ThreadState)+1176)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 002bf9c7 /system/lib/libart.so (art::Monitor::Wait(art::Thread_, art::mirror::Object_, long long, int, bool, art::ThreadState)+142)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 002d12c5 /system/lib/libart.so (art::Object_waitJI(JNIEnv, jobject, long long, int)+44)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 0000056d /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait__JI+96)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Object.wait!(Native method)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - waiting on <0x0cdd911f> (a java.lang.ref.ReferenceQueue)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Object.wait(Object.java:423)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
05-18 19:25:08.906 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - locked <0x0cdd911f> (a java.lang.ref.ReferenceQueue)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:185)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "FinalizerWatchdogDaemon" prio=4 tid=6 Waiting
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12ca04c0 self=0xb961b848
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29426 nice=0 cgrp=default sched=0/0 handle=0xb40e4930
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xb3fe2000-0xb3fe4000 stackSize=1038KB
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait_queue_me+0xe0/0x108
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait+0x170/0x238
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_futex+0xfc/0x9fc
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_futex+0x80/0x160
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00016a58 /system/lib/libc.so (syscall+28)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 000f6c59 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread_)+96)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 002bec69 /system/lib/libart.so (art::Monitor::Wait(art::Thread_, long long, int, bool, art::ThreadState)+1176)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 002bf9c7 /system/lib/libart.so (art::Monitor::Wait(art::Thread_, art::mirror::Object_, long long, int, bool, art::ThreadState)+142)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 002d128b /system/lib/libart.so (art::Object_wait(JNIEnv, jobject)+38)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 0000037f /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait__+74)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Object.wait!(Native method)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - waiting on <0x09886c6c> (a java.lang.Daemons$FinalizerWatchdogDaemon)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:255)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - locked <0x09886c6c> (a java.lang.Daemons$FinalizerWatchdogDaemon)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:227)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "HeapTaskDaemon" prio=4 tid=7 Blocked
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12ca0520 self=0xb961dee0
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29427 nice=0 cgrp=default sched=0/0 handle=0xab104930
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=2 stm=2 core=0 HZ=100
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xab002000-0xab004000 stackSize=1038KB
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait_queue_me+0xe0/0x108
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait+0x170/0x238
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_futex+0xfc/0x9fc
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_futex+0x80/0x160
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00016a58 /system/lib/libc.so (syscall+28)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 000f6c59 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread_)+96)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 001d71dd /system/lib/libart.so (art::gc::TaskProcessor::GetTask(art::Thread_)+104)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 001d7711 /system/lib/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread_)+72)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 0000037f /data/dalvik-cache/arm/system@[email protected] (Java_dalvik_system_VMRuntime_runHeapTasks__+74)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at dalvik.system.VMRuntime.runHeapTasks(Native method)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] - waiting to lock an unknown object
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:355)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "Binder_1" prio=4 tid=8 Native
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12cac0a0 self=0xb961e350
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29428 nice=0 cgrp=default sched=0/0 handle=0xa4aed930
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xa49f1000-0xa49f3000 stackSize=1014KB
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: binder_thread_read+0x8e8/0xdd0
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: binder_ioctl+0x420/0x860
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_vfs_ioctl+0x3f4/0x5a8
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_ioctl+0x6c/0x7c
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00043388 /system/lib/libc.so (_ioctl+8)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 00049669 /system/lib/libc.so (ioctl+14)
05-18 19:25:08.907 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 0001e9b9 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+132)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 0001eec3 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 0001ef61 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 00023e7b /system/lib/libbinder.so (???)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 00010085 /system/lib/libutils.so (android::Thread::threadLoop(void)+112)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #7 pc 0005f0fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void
)+70)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #8 pc 00041687 /system/lib/libc.so (_pthread_start(void)+30)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #9 pc 0001911b /system/lib/libc.so (__start_thread+6)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] (no managed stack frames)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "Binder_2" prio=4 tid=9 Native
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12cbf0a0 self=0xb9620ae0
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29429 nice=0 cgrp=default sched=0/0 handle=0xa49ee930
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xa48f2000-0xa48f4000 stackSize=1014KB
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: binder_thread_read+0x8e8/0xdd0
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: binder_ioctl+0x420/0x860
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_vfs_ioctl+0x3f4/0x5a8
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_ioctl+0x6c/0x7c
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00043388 /system/lib/libc.so (_ioctl+8)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 00049669 /system/lib/libc.so (ioctl+14)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 0001e9b9 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+132)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 0001eec3 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 0001ef61 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 00023e7b /system/lib/libbinder.so (???)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 00010085 /system/lib/libutils.so (android::Thread::threadLoop(void)+112)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #7 pc 0005f0fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void
)+70)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #8 pc 00041687 /system/lib/libc.so (pthread_start(void)+30)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #9 pc 0001911b /system/lib/libc.so (start_thread+6)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] (no managed stack frames)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "RenderThread" prio=4 tid=10 Native
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12d520a0 self=0xb963c728
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29451 nice=-4 cgrp=default sched=0/0 handle=0xa4521930
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=25 stm=15 core=0 HZ=100
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xa4425000-0xa4427000 stackSize=1014KB
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_epoll_wait+0x2bc/0x398
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_epoll_pwait+0x124/0x130
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00043174 /system/lib/libc.so (epoll_pwait+20)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 00019447 /system/lib/libc.so (epoll_pwait+26)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 00019455 /system/lib/libc.so (epoll_wait+6)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 00012c6f /system/lib/libutils.so (android::Looper::pollInner(int)+102)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 00012eeb /system/lib/libutils.so (android::Looper::pollOnce(int, int
, int
, void
)+130)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 0001f3c3 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+62)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 00010085 /system/lib/libutils.so (android::Thread::threadLoop(void)+112)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #7 pc 0005f0fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void
)+70)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #8 pc 00041687 /system/lib/libc.so (_pthread_start(void)+30)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #9 pc 0001911b /system/lib/libc.so (__start_thread+6)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] (no managed stack frames)
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "Thread-26633" prio=4 tid=11 Native
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12d8bb80 self=0xb9672f20
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29454 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xa32af930
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xa31ad000-0xa31af000 stackSize=1038KB
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | held mutexes=
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait_queue_me+0xe0/0x108
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: futex_wait+0x170/0x238
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: do_futex+0xfc/0x9fc
05-18 19:25:08.908 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: sys_futex+0x80/0x160
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] kernel: ret_fast_syscall+0x0/0x30
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #00 pc 00016a58 /system/lib/libc.so (syscall+28)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #1 pc 000414a3 /system/lib/libc.so (pthread_cond_timedwait_relative(pthread_cond_internal_t, pthread_mutex_t, timespec const*)+56)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #2 pc 00026577 /data/app/com.tekinarslan.sample-1/lib/arm/libmupdf.so (Java_com_artifex_mupdfdemo_MuPDFCore_waitForAlertInternal+98)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #3 pc 000e8649 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (com.artifex.mupdfdemo.MuPDFAlertInternal com.artifex.mupdfdemo.MuPDFCore.waitForAlertInternal()+76)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #4 pc 000ea2e5 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (com.artifex.mupdfdemo.MuPDFAlert com.artifex.mupdfdemo.MuPDFCore.waitForAlert()+56)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #5 pc 0017a43b /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (com.artifex.mupdfdemo.MuPDFAlert com.artifex.mupdfdemo.MuPDFActivity$1.doInBackground(java.lang.Void[])+222)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #6 pc 0017a501 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.MuPDFActivity$1.doInBackground(java.lang.Object[])+92)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #7 pc 00179ee9 /data/app/com.tekinarslan.sample-1/oat/arm/base.odex (java.lang.Object com.artifex.mupdfdemo.AsyncTask$2.call()+244)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] native: #8 pc 003b3b5f /data/dalvik-cache/arm/system@[email protected] (???)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFCore.waitForAlertInternal(Native method)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFCore.waitForAlert(MuPDFCore.java:156)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFActivity$1.doInBackground(MuPDFActivity.java:113)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.MuPDFActivity$1.doInBackground(MuPDFActivity.java:106)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at com.artifex.mupdfdemo.AsyncTask$2.call(AsyncTask.java:294)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.util.concurrent.FutureTask.run(FutureTask.java:237)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] at java.lang.Thread.run(Thread.java:818)
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399]
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] "AsyncTask #1" prio=4 tid=12 Waiting
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | group="" sCount=1 dsCount=0 obj=0x12da3b80 self=0xb9691ac0
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | sysTid=29455 nice=0 cgrp=default sched=0/0 handle=0xa31a0930
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
05-18 19:25:08.909 29417-29460/com.tekinarslan.sample A/art: art/runtime/runtime.cc:399] | stack=0xa309e000-0xa30a0000 stackSize=1038KB
05-18 19:25:08.912 29417-29460/com.tekinarslan.sample A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 29460 (AsyncTask #3)

Question

Hi tekinarslan,
Thanks for such a useful library. I want to implement following functionalities,

  1. goto page
  2. display current page number
    3)Text interaction(selecting text and copy text)

If I could achieve these functionalities then it would be great application for me.
Please help me out. Thanks in advance.

It's not working Samsung 6 Edge android 5.1.1

I am getting below crash when using App with following library :

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.engagebeyond.sasol-1/base.apk"],nativeLibraryDirectories=[/data/app/com.engagebeyond.sasol-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libmupdf.so"
    at java.lang.Runtime.loadLibrary(Runtime.java:366)
    at java.lang.System.loadLibrary(System.java:988)
    at com.artifex.mupdflib.MuPDFCore.&lt;clinit&gt;(MuPDFCore.java:14)
    at com.artifex.mupdflib.MuPDFActivity.openFile(MuPDFActivity.java:233)
    at com.artifex.mupdflib.MuPDFActivity.onCreate(MuPDFActivity.java:445)
    at android.app.Activity.performCreate(Activity.java:6500)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1120)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3072)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3218)
    at android.app.ActivityThread.access$1000(ActivityThread.java:198)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1676)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:145)
    at android.app.ActivityThread.main(ActivityThread.java:6837)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)

Can you tell me how to build arm64 for mupdf ?

Fatal Error

try to add your MuPDFPageAdapter in my Listview then i'm getting error like "A/libc: Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 19888 (AsyncTask #1)"

so please help me how can i fix it?

Password protected pdf

Hi,
How do i check if pdf is password protected or not? And also How do I add password to password protected pdf?.

This what the error log looks like when I try to open password protected pdf.

01-24 18:36:13.400: E/libmupdf(25243): Rendering page(1)=403x553 patch=[0,0,403,553]
01-24 18:36:13.409: E/libmupdf(25243): error: zlib error: incorrect header check
01-24 18:36:13.409: E/libmupdf(25243): warning: read error; treating as end of file

How save current page?

When i run app i always start from 1-st page. How i can save current page before close app?

GoTo Page Behaviour

Hello @teckinarslan, great libs, please how can i implement GoTo behavior, i want the user to be able to go to a particular page (Example page 12). Thanks

getting file from assets folder

Good day, i've been trying to load pdf file from assets folder days ago and i don't know what to do, please help.. check the code below, how can i get the directory of assets?

    public void openPdfWithFragment() {
        Log.e("FILE URL HERE ---->", getFilesDir().getPath() + "/" + url);
        mPdfViewerFragment = new PdfViewerFragment();
        Bundle args = new Bundle();
        args.putString(FILE_PATH, getFilesDir().getAbsolutePath() + "/"+ url);//Environment.getExternalStorageDirectory().getAbsolutePath() + File.separator + filename
        mPdfViewerFragment.setArguments(args);
        FragmentManager fragmentManager = getFragmentManager();
        fragmentManager.beginTransaction().replace(R.id.content_frame_pdf, mPdfViewerFragment).commit();
    }
``

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.