JNI error when set PDFdoc in PDFViewCtrl.setDoc Android

When I set up PDFdoc in PDFViewCtrl.setDoc the error below appears. What could be happening?

02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: unexpected jboolean value: 217
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] in call to CallVoidMethodV
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] “Thread-25” prio=10 tid=30 Runnable
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] | group=“main” sCount=0 dsCount=0 obj=0x2b256550 self=0x991b6900
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] | sysTid=27006 nice=-10 cgrp=default sched=0/0 handle=0x95ad0920
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] | state=R schedstat=( 290061303 629166 46 ) utm=25 stm=3 core=1 HZ=100
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] | stack=0x959d4000-0x959d6000 stackSize=1014KB
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] | held mutexes= “mutator lock”(shared held)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #00 pc 0034e8d1 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #01 pc 0032f295 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #02 pc 00238b7d /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+848)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #03 pc 0023909f /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #04 pc 000ca37b /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+46)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #05 pc 000ca325 /system/lib/libart.so (_ZN3art11ScopedCheck17CheckNonHeapValueEcNS_12JniValueTypeE+164)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #06 pc 000c8fe7 /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+130)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #07 pc 000ca05b /system/lib/libart.so (_ZN3art11ScopedCheck12CheckVarArgsERNS_18ScopedObjectAccessEPKNS_7VarArgsE+186)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #08 pc 000c8fd1 /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+108)
02-22 17:00:19.165 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #09 pc 000c845b /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+802)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #10 pc 000cc607 /system/lib/libart.so (_ZN3art8CheckJNI13CheckCallArgsERNS_18ScopedObjectAccessERNS_11ScopedCheckEP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDNS_10InvokeTypeEPKNS_7VarArgsE+114)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #11 pc 000cbc35 /system/lib/libart.so (_ZN3art8CheckJNI11CallMethodVEPKcP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDSt9__va_listNS_9Primitive4TypeENS_10InvokeTypeE+512)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #12 pc 000c1e09 /system/lib/libart.so (_ZN3art8CheckJNI15CallVoidMethodVEP7_JNIEnvP8_jobjectP10_jmethodIDSt9__va_list+44)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #13 pc 000bd25f /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #14 pc 000d9c53 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #15 pc 00284fb7 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #16 pc 0029ccfb /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #17 pc 003a19cd /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #18 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] native: #19 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470] (no managed stack frames)
02-22 17:00:19.166 26815-27006/com.br.project A/art: art/runtime/java_vm_ext.cc:470]
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] Runtime aborting…
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] Aborting thread:
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Thread-25” prio=10 tid=30 Native
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=0 dsCount=0 obj=0x2b256550 self=0x991b6900
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=27006 nice=-10 cgrp=default sched=0/0 handle=0x95ad0920
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=R schedstat=( 322694012 629166 47 ) utm=27 stm=4 core=0 HZ=100
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x959d4000-0x959d6000 stackSize=1014KB
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes= “abort lock”
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 0034e8d1 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 0032f295 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 00322429 /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+24)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 003222b1 /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+424)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 00318fcf /system/lib/libart.so (_ZN3art7Runtime5AbortEv+90)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 000b4979 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+864)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 00238ead /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+1664)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 0023909f /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #08 pc 000ca37b /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+46)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #09 pc 000ca325 /system/lib/libart.so (_ZN3art11ScopedCheck17CheckNonHeapValueEcNS_12JniValueTypeE+164)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #10 pc 000c8fe7 /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+130)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #11 pc 000ca05b /system/lib/libart.so (_ZN3art11ScopedCheck12CheckVarArgsERNS_18ScopedObjectAccessEPKNS_7VarArgsE+186)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #12 pc 000c8fd1 /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+108)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #13 pc 000c845b /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+802)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #14 pc 000cc607 /system/lib/libart.so (_ZN3art8CheckJNI13CheckCallArgsERNS_18ScopedObjectAccessERNS_11ScopedCheckEP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDNS_10InvokeTypeEPKNS_7VarArgsE+114)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #15 pc 000cbc35 /system/lib/libart.so (_ZN3art8CheckJNI11CallMethodVEPKcP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDSt9__va_listNS_9Primitive4TypeENS_10InvokeTypeE+512)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #16 pc 000c1e09 /system/lib/libart.so (_ZN3art8CheckJNI15CallVoidMethodVEP7_JNIEnvP8_jobjectP10_jmethodIDSt9__va_list+44)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #17 pc 000bd25f /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #18 pc 000d9c53 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #19 pc 00284fb7 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #20 pc 0029ccfb /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #21 pc 003a19cd /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #22 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #23 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] Dumping all threads without appropriate locks held: thread list lock mutator lock
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] All threads:
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] DALVIK THREADS (31):
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Thread-25” prio=10 tid=30 Runnable
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=0 dsCount=0 obj=0x2b256550 self=0x991b6900
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=27006 nice=-10 cgrp=default sched=0/0 handle=0x95ad0920
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=R schedstat=( 372638075 684999 48 ) utm=30 stm=6 core=0 HZ=100
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x959d4000-0x959d6000 stackSize=1014KB
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes= “abort lock” “mutator lock”(shared held)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 0034e8d1 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 0032f295 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 003410f1 /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+620)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0033b0fb /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+330)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 0033ae21 /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+180)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 0032227d /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+372)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 00318fcf /system/lib/libart.so (_ZN3art7Runtime5AbortEv+90)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 000b4979 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+864)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #08 pc 00238ead /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+1664)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #09 pc 0023909f /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #10 pc 000ca37b /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+46)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #11 pc 000ca325 /system/lib/libart.so (_ZN3art11ScopedCheck17CheckNonHeapValueEcNS_12JniValueTypeE+164)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #12 pc 000c8fe7 /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+130)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #13 pc 000ca05b /system/lib/libart.so (_ZN3art11ScopedCheck12CheckVarArgsERNS_18ScopedObjectAccessEPKNS_7VarArgsE+186)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #14 pc 000c8fd1 /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+108)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #15 pc 000c845b /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+802)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #16 pc 000cc607 /system/lib/libart.so (_ZN3art8CheckJNI13CheckCallArgsERNS_18ScopedObjectAccessERNS_11ScopedCheckEP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDNS_10InvokeTypeEPKNS_7VarArgsE+114)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #17 pc 000cbc35 /system/lib/libart.so (_ZN3art8CheckJNI11CallMethodVEPKcP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDSt9__va_listNS_9Primitive4TypeENS_10InvokeTypeE+512)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #18 pc 000c1e09 /system/lib/libart.so (_ZN3art8CheckJNI15CallVoidMethodVEP7_JNIEnvP8_jobjectP10_jmethodIDSt9__va_list+44)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #19 pc 000bd25f /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #20 pc 000d9c53 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #21 pc 00284fb7 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #22 pc 0029ccfb /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #23 pc 003a19cd /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #24 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #25 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “main” prio=10 tid=1 Native
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x75787e80 self=0xb2c04400
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26815 nice=-10 cgrp=default sched=0/0 handle=0xb590c534
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 539796260 27629480 549 ) utm=40 stm=13 core=3 HZ=100
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xbe343000-0xbe345000 stackSize=8MB
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 00046a2d /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0028e3cf /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.348 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 002878b9 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002860fd /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00191911 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (???)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 000daf49 /data/app/com.br.project-1/lib/arm/libPDFNetC-v7a.so (Java_pdftron_PDF_PDFViewCtrl_RequestRender+8)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 00129235 /data/app/com.br.project-1/oat/arm/base.odex (Java_pdftron_PDF_PDFViewCtrl_RequestRender__J+80)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at pdftron.PDF.PDFViewCtrl.RequestRender(Native method)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at pdftron.PDF.PDFViewCtrl.requestRendering(SourceFile:4362)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at pdftron.PDF.PDFViewCtrl$11.handleMessage(SourceFile:6775)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at android.os.Handler.dispatchMessage(Handler.java:102)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at android.os.Looper.loop(Looper.java:154)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at android.app.ActivityThread.main(ActivityThread.java:6123)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.reflect.Method.invoke!(Native method)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Jit thread pool worker thread 0” prio=10 tid=2 Native (still starting up)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x0 self=0xaba0c000
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26820 nice=9 cgrp=default sched=0/0 handle=0xb2307920
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 249496306 1247757 184 ) utm=14 stm=9 core=0 HZ=100
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb2209000-0xb220b000 stackSize=1022KB
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 00342639 /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+160)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 00341e63 /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 00341991 /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+64)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Signal Catcher” prio=10 tid=3 WaitingInMainSignalCatcherLoop
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac050d0 self=0xa7a27200
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26821 nice=0 cgrp=default sched=0/0 handle=0xb2206920
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 433177 0 1 ) utm=0 stm=0 core=1 HZ=100
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb210a000-0xb210c000 stackSize=1014KB
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 00048684 /system/lib/libc.so (__rt_sigtimedwait+12)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 0001decb /system/lib/libc.so (sigwait+34)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 003253ff /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+22)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 00324ff9 /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+168)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 00323d59 /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+284)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “JDWP” prio=10 tid=4 WaitingInMainDebuggerLoop
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05160 self=0xaba0c500
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26822 nice=0 cgrp=default sched=0/0 handle=0xb2107920
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 1849062 0 7 ) utm=0 stm=0 core=5 HZ=100
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb200b000-0xb200d000 stackSize=1014KB
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 0004855c /system/lib/libc.so (__pselect6+20)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 0001ccc5 /system/lib/libc.so (select+88)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 003f99c7 /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+302)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 00247eaf /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+650)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 00247653 /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+22)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “ReferenceQueueDaemon” prio=10 tid=5 Waiting
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac051f0 self=0xa7a27700
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26823 nice=0 cgrp=default sched=0/0 handle=0xb2008920
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 6135936 1436771 32 ) utm=0 stm=0 core=0 HZ=100
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb1f06000-0xb1f08000 stackSize=1038KB
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae587 /system/lib/libart.so (ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000557 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait
+74)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0df5cc57> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0df5cc57> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “FinalizerDaemon” prio=10 tid=6 Waiting
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05280 self=0xa7a27c00
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26824 nice=0 cgrp=default sched=0/0 handle=0xb1f03920
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 8252239 380470 32 ) utm=0 stm=0 core=2 HZ=100
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb1e01000-0xb1e03000 stackSize=1038KB
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0834b344> (a java.lang.Object)
02-22 17:00:19.349 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait(Object.java:407)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0834b344> (a java.lang.Object)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “FinalizerWatchdogDaemon” prio=10 tid=7 Sleeping
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05310 self=0xa7a28100
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26825 nice=0 cgrp=default sched=0/0 handle=0xb1dfe920
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 925729 409688 13 ) utm=0 stm=0 core=5 HZ=100
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb1cfc000-0xb1cfe000 stackSize=1038KB
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a8 /system/lib/libc.so (syscall+32)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b6965 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e709 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+552)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002b2f39 /system/lib/libart.so (_ZN3artL12Thread_sleepEP7_JNIEnvP7_jclassP8_jobjectxi+56)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00088693 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+126)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.sleep!(Native method)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - sleeping on <0x07a73c2d> (a java.lang.Object)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.sleep(Thread.java:371)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x07a73c2d> (a java.lang.Object)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.sleep(Thread.java:313)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:314)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:336)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:253)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “HeapTaskDaemon” prio=10 tid=8 Blocked
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac053a0 self=0xa7a28600
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26826 nice=0 cgrp=default sched=0/0 handle=0xb1cf9920
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 345782818 1269375 105 ) utm=29 stm=4 core=0 HZ=100
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb1bf7000-0xb1bf9000 stackSize=1038KB
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a8 /system/lib/libc.so (syscall+32)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b6965 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 001b3859 /system/lib/libart.so (ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+228)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 001b3f0d /system/lib/libart.so (ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 001603bf /system/framework/arm/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks
+74)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at dalvik.system.VMRuntime.runHeapTasks(Native method)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting to lock an unknown object
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Binder:26815_1” prio=10 tid=9 Native
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05430 self=0xa7a28b00
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26827 nice=0 cgrp=default sched=0/0 handle=0xb1af6920
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 11064480 3247395 38 ) utm=0 stm=0 core=5 HZ=100
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xb19fa000-0xb19fc000 stackSize=1014KB
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 00048458 /system/lib/libc.so (__ioctl+8)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 0001aabf /system/lib/libc.so (ioctl+38)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0003cd65 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0003ce5d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 0003d3e3 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 0004f859 /system/lib/libbinder.so (???)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 0000e3a1 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 00064d19 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #08 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #09 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Binder:26815_2” prio=10 tid=10 Native
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac054c0 self=0xaba0ca00
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26828 nice=0 cgrp=default sched=0/0 handle=0xabccd920
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 7232084 10530936 36 ) utm=0 stm=0 core=1 HZ=100
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xabbd1000-0xabbd3000 stackSize=1014KB
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 00048458 /system/lib/libc.so (__ioctl+8)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 0001aabf /system/lib/libc.so (ioctl+38)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0003cd65 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0003ce5d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 0003d3e3 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 0004f859 /system/lib/libbinder.so (???)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 0000e3a1 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 00064d19 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #08 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #09 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Profile Saver” prio=10 tid=11 Native
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05550 self=0xb2c04e00
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26829 nice=-10 cgrp=default sched=0/0 handle=0xab9ff920
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 6366045 33906 19 ) utm=0 stm=0 core=2 HZ=100
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xab903000-0xab905000 stackSize=1014KB
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 00259195 /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+296)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0025a4d1 /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+52)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.350 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=12 Waiting
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac055e0 self=0xa6b41000
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26830 nice=-8 cgrp=default sched=0/0 handle=0xab900920
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 51196147 433852 31 ) utm=4 stm=0 core=2 HZ=100
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0xab7fe000-0xab800000 stackSize=1038KB
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0e588562> (a java.lang.Object)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0e588562> (a java.lang.Object)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=13 Waiting
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05670 self=0xa6b41500
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26831 nice=10 cgrp=default sched=0/0 handle=0x99e91920
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 83221205 3880571 67 ) utm=7 stm=0 core=0 HZ=100
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x99d8f000-0x99d91000 stackSize=1038KB
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0020d6f3> (a java.lang.Object)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0020d6f3> (a java.lang.Object)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=14 Waiting
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05700 self=0xa6b41a00
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26832 nice=-8 cgrp=default sched=0/0 handle=0x99d8c920
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 826512 245677 5 ) utm=0 stm=0 core=4 HZ=100
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x99c8a000-0x99c8c000 stackSize=1038KB
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x026bbfb0> (a java.lang.Object)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x026bbfb0> (a java.lang.Object)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.351 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=15 Waiting
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05790 self=0xa6b41f00
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26833 nice=-8 cgrp=default sched=0/0 handle=0x99c87920
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 572550 91563 9 ) utm=0 stm=0 core=0 HZ=100
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x99b85000-0x99b87000 stackSize=1038KB
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0e686e29> (a java.lang.Object)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0e686e29> (a java.lang.Object)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=16 Waiting
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05820 self=0xa6b42400
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26834 nice=-8 cgrp=default sched=0/0 handle=0x99b82920
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 697448 12604 11 ) utm=0 stm=0 core=2 HZ=100
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x99a80000-0x99a82000 stackSize=1038KB
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x00bd95ae> (a java.lang.Object)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x00bd95ae> (a java.lang.Object)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=17 Waiting
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac058b0 self=0xa6b42900
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26835 nice=-8 cgrp=default sched=0/0 handle=0x99a7d920
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 669376 121667 10 ) utm=0 stm=0 core=5 HZ=100
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x9997b000-0x9997d000 stackSize=1038KB
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x06e7ef4f> (a java.lang.Object)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x06e7ef4f> (a java.lang.Object)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.352 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=18 Waiting
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05940 self=0xa6b42e00
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26836 nice=10 cgrp=default sched=0/0 handle=0x99978920
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 795780 354845 8 ) utm=0 stm=0 core=1 HZ=100
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x99876000-0x99878000 stackSize=1038KB
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x01c526dc> (a java.lang.Object)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x01c526dc> (a java.lang.Object)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=19 Waiting
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac059d0 self=0xa6b43300
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26837 nice=10 cgrp=default sched=0/0 handle=0x99873920
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 657135 528490 7 ) utm=0 stm=0 core=2 HZ=100
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x99771000-0x99773000 stackSize=1038KB
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0cf0c3e5> (a java.lang.Object)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0cf0c3e5> (a java.lang.Object)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Queue” prio=10 tid=20 Waiting
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05a60 self=0xa6b43800
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26838 nice=10 cgrp=default sched=0/0 handle=0x9976e920
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 1131927 802031 7 ) utm=0 stm=0 core=3 HZ=100
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x9966c000-0x9966e000 stackSize=1038KB
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x06515eba> (a java.lang.Object)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x06515eba> (a java.lang.Object)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Answers Events Handler1” prio=10 tid=21 TimedWaiting
02-22 17:00:19.353 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05af0 self=0xa6b44200
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26843 nice=10 cgrp=default sched=0/0 handle=0x99564920
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 103111826 30083229 179 ) utm=8 stm=1 core=5 HZ=100
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x99462000-0x99464000 stackSize=1038KB
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a8 /system/lib/libc.so (syscall+32)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b6965 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e709 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+552)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x095e316b> (a java.lang.Object)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x095e316b> (a java.lang.Object)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1103)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.common.ExecutorUtils$1$1.onRun(ExecutorUtils.java:75)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at io.fabric.sdk.android.services.common.BackgroundPriorityRunnable.run(BackgroundPriorityRunnable.java:30)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “RenderThread” prio=10 tid=24 Native
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05b80 self=0xaba0cf00
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26850 nice=-10 cgrp=default sched=0/0 handle=0x9917a920
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 106238128 5157297 194 ) utm=4 stm=5 core=0 HZ=100
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x9907e000-0x99080000 stackSize=1014KB
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 00048318 /system/lib/libc.so (__epoll_pwait+20)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 00019e6d /system/lib/libc.so (epoll_pwait+60)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 00019e9d /system/lib/libc.so (epoll_wait+12)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 00011d5b /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 00011c57 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00028275 /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+284)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 0000e3a1 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 00064d19 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #08 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #09 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Binder:26815_3” prio=10 tid=22 Native
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05c10 self=0xaba0d400
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26851 nice=0 cgrp=default sched=0/0 handle=0x99669920
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 4967969 12500262 24 ) utm=0 stm=0 core=4 HZ=100
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x9956d000-0x9956f000 stackSize=1014KB
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 00048458 /system/lib/libc.so (__ioctl+8)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 0001aabf /system/lib/libc.so (ioctl+38)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0003cd65 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0003ce5d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 0003d3e3 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 0004f859 /system/lib/libbinder.so (???)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 0000e3a1 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 00064d19 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #08 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #09 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “OkHttp ConnectionPool” prio=10 tid=25 TimedWaiting
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05ca0 self=0xa6b76000
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26863 nice=-8 cgrp=default sched=0/0 handle=0x97f7f920
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 499010 105989 3 ) utm=0 stm=0 core=4 HZ=100
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x97e7d000-0x97e7f000 stackSize=1038KB
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a8 /system/lib/libc.so (syscall+32)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b6965 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e709 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+552)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x03ebd4c8> (a com.android.okhttp.ConnectionPool)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at com.android.okhttp.ConnectionPool.performCleanup(ConnectionPool.java:305)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x03ebd4c8> (a com.android.okhttp.ConnectionPool)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at com.android.okhttp.ConnectionPool.runCleanupUntilPoolIsEmpty(ConnectionPool.java:242)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at com.android.okhttp.ConnectionPool.-wrap0(ConnectionPool.java:-1)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at com.android.okhttp.ConnectionPool$1.run(ConnectionPool.java:97)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.354 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “pool-2-thread-1” prio=10 tid=26 Waiting
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05d30 self=0xa6b76500
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26864 nice=0 cgrp=default sched=0/0 handle=0x97e7a920
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 262657 159324 1 ) utm=0 stm=0 core=1 HZ=100
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x97d78000-0x97d7a000 stackSize=1038KB
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b653d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e6f7 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+534)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x00eeb961> (a java.lang.Object)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x00eeb961> (a java.lang.Object)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.run(Thread.java:761)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “hwuiTask1” prio=10 tid=23 Native
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2ac05dc0 self=0xa6b7a600
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=26870 nice=-2 cgrp=default sched=0/0 handle=0x983cf920
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 603647 502136 4 ) utm=0 stm=0 core=1 HZ=100
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x982d3000-0x982d5000 stackSize=1014KB
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a4 /system/lib/libc.so (syscall+28)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 00046a2d /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 00028b13 /system/lib/libhwui.so (???)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 00028a89 /system/lib/libhwui.so (???)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 0000e41d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+264)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00064d19 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #06 pc 00046ea3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #07 pc 00019abd /system/lib/libc.so (__start_thread+6)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] (no managed stack frames)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “AsyncTask #1” prio=10 tid=27 TimedWaiting
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2aca4700 self=0xa6b78d00
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=27003 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x975dc920
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 2407684441 5045147 274 ) utm=215 stm=24 core=0 HZ=100
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x974da000-0x974dc000 stackSize=1038KB
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a8 /system/lib/libc.so (syscall+32)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b6965 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e709 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+552)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0426ac86> (a java.lang.Object)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Thread.parkFor$(Thread.java:2127)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0426ac86> (a java.lang.Object)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at sun.misc.Unsafe.park(Unsafe.java:325)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
02-22 17:00:19.355 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=27009 nice=0 cgrp=default sched=0/0 handle=0x9508c920
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | state=S schedstat=( 307500 96824 4 ) utm=0 stm=0 core=0 HZ=100
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a8 /system/lib/libc.so (syscall+32)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b6965 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e709 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+552)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #05 pc 00000655 /system/framework/arm/boot-core-oj.oat (Java_java_lang_Object_wait__JI+96)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x044d7574> (a java.util.TaskQueue)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait(Object.java:407)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x044d7574> (a java.util.TaskQueue)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.TimerThread.run(Timer.java:505)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] “Timer-3” prio=10 tid=31 TimedWaiting
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | group="" sCount=1 dsCount=0 obj=0x2b180f70 self=0x991b5a00
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | sysTid=27010 nice=-8 cgrp=default sched=0/0 handle=0x96b76920
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | stack=0x96a74000-0x96a76000 stackSize=1038KB
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] | held mutexes=
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #00 pc 000174a8 /system/lib/libc.so (syscall+32)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #01 pc 000b6965 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #02 pc 0029e709 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+552)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #03 pc 0029fe77 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] native: #04 pc 002ae5b3 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.lang.Object.wait!(Native method)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - waiting on <0x0a7c8a9d> (a java.util.TaskQueue)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] at java.util.TimerThread.mainLoop(Timer.java:552)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441] - locked <0x0a7c8a9d> (a java.util.TaskQueue)
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.356 26815-27006/com.br.project A/art: art/runtime/runtime.cc:441]
02-22 17:00:19.357 26815-27006/com.br.project A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 27006 (Thread-25)

[ 02-22 17:00:19.357 440: 440 W/ ]
debuggerd: handling request: pid=26815 uid=10290 gid=10290 tid=27006

Sorry for the delay in a reply. Is this still an issue for you?

If so, is this error happening in our sample project, or after integrating into your own project. If your own project, can you send us your code that you call PDFNet with.

Regarding the error itself, it looks like the error is occurring on a background thread, and not directly on the call to PDFViewCtrl.SetDoc.

Most likely the issue is the PDFDoc object going out of scope. You should not call PDFDoc.dispose or PDFDoc.close until after calling PDFViewCtrl.closeDoc or PDFViewCtrl.setDoc(anotherdoc)

Hi Ryan,

Thank you for responding, I still have the problem.

I changed the libPDFNetC-v7a.so file from my project to the sample version and another error occurred, so I believe you can have a connection with that jnilib file. My PDFnet initialization:

`

// Initialize the PDF library
try {
    PDFNet.initialize(DataCaptureActivity.this, R.raw.pdfnet, Consts.SystemConsts.TIS_LICENSE);
} catch (PDFNetException e) {
    e.printStackTrace();
}

`

The new error:

`

FATAL EXCEPTION: main
Process: com.br.xerox.tim, PID: 9286
java.lang.UnsatisfiedLinkError: No implementation found for boolean pdftron.PDF.PDFNet.setTempPath(java.lang.String) (tried Java_pdftron_PDF_PDFNet_setTempPath and Java_pdftron_PDF_PDFNet_setTempPath__Ljava_lang_String_2)
at pdftron.PDF.PDFNet.setTempPath(Native Method)
at pdftron.PDF.PDFNet.initialize(SourceFile:186)
at com.br.xerox.tim.activity.DataCaptureActivity.onCreate(DataCaptureActivity.java:88)
at android.app.Activity.performCreate(Activity.java:6609)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1134)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3103)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3260)
at android.app.ActivityThread.access$1000(ActivityThread.java:218)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1734)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6934)
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)

`
Em quinta-feira, 8 de março de 2018 17:43:55 UTC-3, Ryan escreveu:

Sorry for the delay in a reply. Is this still an issue for you?

If so, is this error happening in our sample project, or after integrating into your own project. If your own project, can you send us your code that you call PDFNet with.

Regarding the error itself, it looks like the error is occurring on a background thread, and not directly on the call to PDFViewCtrl.SetDoc.

Most likely the issue is the PDFDoc object going out of scope. You should not call PDFDoc.dispose or PDFDoc.close until after calling PDFViewCtrl.closeDoc or PDFViewCtrl.setDoc(anotherdoc)

There is both the native library, and a corresponding JAR file, which contains the JNI bridge interface.

Are you able to call PDFNet.getVersion() before calling PDFNet.initialize?

Could you post a screen shot of your project, so we can see how libPDFNetC.so and PDFNet.jar are loaded.