You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#26
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)
The text was updated successfully, but these errors were encountered: