saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
3k stars 1.2k forks source link

app getting crashed when switching activity #187

Open njawahire opened 7 years ago

njawahire commented 7 years ago

app getting crashed when switching activity. I have added the stack trace below:

06-23 12:32:22.106 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:1107] Thread[34,tid=18055,Native,Thread=0xa1958c00,peer=0x12fe1f80,"CameraThread"] attempting to detach while still running code 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] Runtime aborting... 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] Aborting thread: 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "CameraThread" prio=5 tid=34 Native 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12fe1f80 self=0xa1958c00 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=18055 nice=0 cgrp=default sched=0/0 handle=0xa1931c00 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=R schedstat=( 4684479 5801461 37 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0x9bdcc000-0x9bdce000 stackSize=1036KB 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= "abort lock" "mutator lock"(shared held) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 00004e64 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext)+23) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 00003665 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext)+8) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00256429 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits >&, int, char const, art::mirror::ArtMethod)+84) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 00238fe7 /system/lib/libart.so (art::Thread::Dump(std::1::basic_ostream<char, std::__1::char_traits >&) const+158) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 0022881d /system/lib/libart.so (art::AbortState::DumpThread(std::1::basic_ostream<char, std::__1::char_traits >&, art::Thread)+32) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00228abf /system/lib/libart.so (art::AbortState::Dump(std::1::basic_ostream<char, std::__1::char_traits >&)+410) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 00228c7f /system/lib/libart.so (art::Runtime::Abort()+82) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #07 pc 000a7371 /system/lib/libart.so (art::LogMessage::~LogMessage()+1360) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #08 pc 00227555 /system/lib/libart.so (art::Runtime::DetachCurrentThread()+148) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #09 pc 001a1a65 /system/lib/libart.so (art::JII::DetachCurrentThread(_JavaVM)+48) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #10 pc 000c1007 /system/lib/libart.so (art::CheckJII::DetachCurrentThread(_JavaVM)+90) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #11 pc 00011604 /data/app/com.aurito.app-2/lib/arm/libUVCCamera.so (UVCButtonCallback::uvc_button_callback(int, int, void*)+156) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #12 pc 0000a198 /data/app/com.aurito.app-2/lib/arm/libuvc.so (uvc_process_status_xfer+128) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #13 pc 0000872c /data/app/com.aurito.app-2/lib/arm/libuvc.so (_uvc_status_callback+76) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #14 pc 0000c314 /data/app/com.aurito.app-2/lib/arm/libusb100.so (usbi_handle_transfer_completion+320) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #15 pc 000128e8 /data/app/com.aurito.app-2/lib/arm/libusb100.so (???) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #16 pc 0000d200 /data/app/com.aurito.app-2/lib/arm/libusb100.so (???) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #17 pc 0000cb60 /data/app/com.aurito.app-2/lib/arm/libusb100.so (libusb_handle_events_timeout_completed+968) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #18 pc 0000d42c /data/app/com.aurito.app-2/lib/arm/libusb100.so (libusb_handle_events_completed+52) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #19 pc 0000daa0 /data/app/com.aurito.app-2/lib/arm/libusb100.so (libusb_control_transfer+300) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #20 pc 00012ff8 /data/app/com.aurito.app-2/lib/arm/libuvc.so (uvc_query_stream_ctrl+556) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #21 pc 00013928 /data/app/com.aurito.app-2/lib/arm/libuvc.so (uvc_get_stream_ctrl_format_size_fps+1076) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #22 pc 0000f77c /data/app/com.aurito.app-2/lib/arm/libUVCCamera.so (UVCPreview::setPreviewSize(int, int, int, int, int, float)+136) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #23 pc 000161dc /data/app/com.aurito.app-2/lib/arm/libUVCCamera.so (???) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #24 pc 00298d3b /data/dalvik-cache/arm/data@app@com.aurito.app-2@base.apk@classes.dex (Java_com_serenegiant_usb_UVCCamera_nativeSetPreviewSizeJIIIIIF+142) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usb.UVCCamera.nativeSetPreviewSize(Native method) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usb.UVCCamera.setPreviewSize(UVCCamera.java:330) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usbcameracommon.AbstractUVCCameraHandler$CameraThread.handleStartPreview(AbstractUVCCameraHandler.java:474) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usbcameracommon.AbstractUVCCameraHandler.handleMessage(AbstractUVCCameraHandler.java:306) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usbcameracommon.UVCCameraHandler.handleMessage(UVCCameraHandler.java:31) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:102) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:135) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usbcameracommon.AbstractUVCCameraHandler$CameraThread.run(AbstractUVCCameraHandler.java:748) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] Dumping all threads without appropriate locks held: thread list lock mutator lock 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] All threads: 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] DALVIK THREADS (36): 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x7476c000 self=0xb4827800 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17833 nice=0 cgrp=default sched=0/0 handle=0xb6efdbec 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 2177019917 864980352 4166 ) utm=190 stm=27 core=1 HZ=100 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xbe43c000-0xbe43e000 stackSize=8MB 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003a124 /system/lib/libc.so (epoll_pwait+20) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 00014d91 /system/lib/libc.so (epoll_pwait+26) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00014d9f /system/lib/libc.so (epoll_wait+6) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 000123c3 /system/lib/libutils.so (android::Looper::pollInner(int)+98) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 000125ed /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+92) 06-23 12:32:22.625 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00081709 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv, int)+22) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 000b3863 /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnceJI+102) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.MessageQueue.nativePollOnce(Native method) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.MessageQueue.next(MessageQueue.java:143) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:122) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.app.ActivityThread.main(ActivityThread.java:5254) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x0 self=0xaec3f400 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17840 nice=0 cgrp=default sched=0/0 handle=0xb4918580 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 1041147 2017655 10 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb4183000-0xb4185000 stackSize=1020KB 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00243965 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread)+64) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 002438ff /system/lib/libart.so (art::ThreadPoolWorker::Run()+62) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 002441ed /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+60) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00016baf /system/lib/libc.so (pthread_start(void*)+30) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 00014af3 /system/lib/libc.so (start_thread+6) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "Heap thread pool worker thread 1" prio=5 tid=3 Native (still starting up) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x0 self=0xb4828000 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17841 nice=0 cgrp=default sched=0/0 handle=0xb4918800 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 1188384 2828124 9 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb4081000-0xb4083000 stackSize=1020KB 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00243965 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread)+64) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 002438ff /system/lib/libart.so (art::ThreadPoolWorker::Run()+62) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 002441ed /system/lib/libart.so (art::ThreadPoolWorker::Callback(void)+60) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00016baf /system/lib/libc.so (__pthread_start(void)+30) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 00014af3 /system/lib/libc.so (start_thread+6) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "Heap thread pool worker thread 2" prio=5 tid=4 Native (still starting up) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x0 self=0xaec40400 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17842 nice=0 cgrp=default sched=0/0 handle=0xb4918080 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 2343332 132969 11 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb3f81000-0xb3f83000 stackSize=1020KB 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00243965 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread)+64) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 002438ff /system/lib/libart.so (art::ThreadPoolWorker::Run()+62) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 002441ed /system/lib/libart.so (art::ThreadPoolWorker::Callback(void)+60) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00016baf /system/lib/libc.so (__pthread_start(void)+30) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 00014af3 /system/lib/libc.so (start_thread+6) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "Signal Catcher" prio=5 tid=5 WaitingInMainSignalCatcherLoop 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c000a0 self=0xb4a34400 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17843 nice=0 cgrp=default sched=0/0 handle=0xb4918300 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 746459 0 1 ) utm=0 stm=0 core=2 HZ=100 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb3e79000-0xb3e7b000 stackSize=1012KB 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003b6f0 /system/lib/libc.so (rt_sigtimedwait+12) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 0001833d /system/lib/libc.so (sigwait+24) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 0022c283 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread, art::SignalSet&)+86) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 0022de25 /system/lib/libart.so (art::SignalCatcher::Run(void)+212) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00016baf /system/lib/libc.so (__pthread_start(void*)+30) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00014af3 /system/lib/libc.so (start_thread+6) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "JDWP" prio=5 tid=6 WaitingInMainDebuggerLoop 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c050a0 self=0xaec41400 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17844 nice=0 cgrp=default sched=0/0 handle=0xb4918a80 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 1964894 129740 13 ) utm=0 stm=0 core=2 HZ=100 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb3d77000-0xb3d79000 stackSize=1012KB 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003a73c /system/lib/libc.so (pselect6+20) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 00016347 /system/lib/libc.so (select+60) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00298aaf /system/lib/libart.so (art::JDWP::JdwpAdbState::ProcessIncoming()+202) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 0019c015 /system/lib/libart.so (art::JDWP::JdwpState::Run()+356) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 0019d561 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+16) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00016baf /system/lib/libc.so (pthread_start(void)+30) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 00014af3 /system/lib/libc.so (__start_thread+6) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "ReferenceQueueDaemon" prio=5 tid=7 Waiting 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c070a0 self=0xb4828800 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17845 nice=0 cgrp=default sched=0/0 handle=0xb4919980 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 6898025 10065780 69 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb3c6f000-0xb3c71000 stackSize=1036KB 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207669 /system/lib/libart.so (art::Object_wait(_JNIEnv, _jobject)+40) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.626 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x37b8786d> (a java.lang.Class) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x37b8786d> (a java.lang.Class) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "FinalizerDaemon" prio=5 tid=8 Waiting 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c07100 self=0xb4828c00 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17846 nice=0 cgrp=default sched=0/0 handle=0xb491a380 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 15048177 1716303 31 ) utm=0 stm=1 core=0 HZ=100 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb3b67000-0xb3b69000 stackSize=1036KB 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207631 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+44) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x3f8aaca2> (a java.lang.ref.ReferenceQueue) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait(Object.java:422) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x3f8aaca2> (a java.lang.ref.ReferenceQueue) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "FinalizerWatchdogDaemon" prio=5 tid=9 Sleeping 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c07160 self=0xb4a35400 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17847 nice=0 cgrp=default sched=0/0 handle=0xb491a600 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 648645 766666 10 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb3a5f000-0xb3a61000 stackSize=1036KB 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133bc /system/lib/libc.so (syscall+32) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9d6f /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+118) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8d35 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+504) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00073301 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+132) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.sleep!(Native method) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - sleeping on <0x35f10d33> (a java.lang.Object) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.sleep(Thread.java:1031) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x35f10d33> (a java.lang.Object) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.sleep(Thread.java:985) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:258) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:269) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:217) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "HeapTrimmerDaemon" prio=5 tid=10 Waiting 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c071c0 self=0xb4a35800 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17848 nice=0 cgrp=default sched=0/0 handle=0xb491a880 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 4772812 2894999 26 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb3957000-0xb3959000 stackSize=1036KB 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207669 /system/lib/libart.so (art::Object_wait(_JNIEnv, _jobject)+40) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x121a58f0> (a java.lang.Daemons$HeapTrimmerDaemon) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:311) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x121a58f0> (a java.lang.Daemons$HeapTrimmerDaemon) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "GCDaemon" prio=5 tid=11 Waiting 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c07220 self=0xb4a35c00 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17849 nice=0 cgrp=default sched=0/0 handle=0xb491ab00 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 88672663 85213326 145 ) utm=7 stm=1 core=0 HZ=100 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb384f000-0xb3851000 stackSize=1036KB 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207669 /system/lib/libart.so (art::Object_wait(_JNIEnv, _jobject)+40) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x35f12e69> (a java.lang.Daemons$GCDaemon) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Daemons$GCDaemon.run(Daemons.java:344) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x35f12e69> (a java.lang.Daemons$GCDaemon) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "Binder_1" prio=5 tid=12 Native 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c670a0 self=0xaec42400 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17850 nice=0 cgrp=default sched=0/0 handle=0xb491ad80 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 19308852 34677291 158 ) utm=0 stm=1 core=1 HZ=100 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb364f000-0xb3651000 stackSize=1012KB 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003ade8 /system/lib/libc.so (__ioctl+8) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000522a5 /system/lib/libc.so (ioctl+14) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 0001f38f /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 0001f87f /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 0001f8e1 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00023a5f /system/lib/libbinder.so (???) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void)+112) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #07 pc 0005f839 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+72) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #08 pc 00010045 /system/lib/libutils.so (???) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #09 pc 00016baf /system/lib/libc.so (__pthread_start(void)+30) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #10 pc 00014af3 /system/lib/libc.so (start_thread+6) 06-23 12:32:22.627 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.628 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.628 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "Binder_2" prio=5 tid=13 Native 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c6a0a0 self=0xb4a36400 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17851 nice=0 cgrp=default sched=0/0 handle=0xaec4f080 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 14272501 25725888 153 ) utm=1 stm=0 core=1 HZ=100 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xb354d000-0xb354f000 stackSize=1012KB 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003ade8 /system/lib/libc.so (ioctl+8) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000522a5 /system/lib/libc.so (ioctl+14) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 0001f38f /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 0001f87f /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 0001f8e1 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00023a5f /system/lib/libbinder.so (???) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void)+112) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #07 pc 0005f839 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+72) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #08 pc 00010045 /system/lib/libutils.so (???) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #09 pc 00016baf /system/lib/libc.so (pthread_start(void*)+30) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #10 pc 00014af3 /system/lib/libc.so (__start_thread+6) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "GoogleApiHandler" prio=5 tid=14 Native 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12d4e3c0 self=0xb4a36000 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17852 nice=9 cgrp=default sched=0/0 handle=0xb491b280 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 20322131 4369166 55 ) utm=2 stm=0 core=3 HZ=100 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xaf1b3000-0xaf1b5000 stackSize=1036KB 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003a124 /system/lib/libc.so (epoll_pwait+20) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 00014d91 /system/lib/libc.so (epoll_pwait+26) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00014d9f /system/lib/libc.so (epoll_wait+6) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 000123c3 /system/lib/libutils.so (android::Looper::pollInner(int)+98) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 000125ed /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void)+92) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00081709 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv, int)+22) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 000b3863 /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+102) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.MessageQueue.nativePollOnce(Native method) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.MessageQueue.next(MessageQueue.java:143) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:122) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.HandlerThread.run(HandlerThread.java:61) 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "Measurement Worker" prio=5 tid=15 TimedWaiting 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12e8f6d0 self=0xb4a38400 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17857 nice=0 cgrp=default sched=0/0 handle=0xb491b500 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 116524838 164878391 541 ) utm=7 stm=4 core=0 HZ=100 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xa27e6000-0xa27e8000 stackSize=1036KB 06-23 12:32:22.635 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133bc /system/lib/libc.so (syscall+32) 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9d6f /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+118) 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8d35 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+504) 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207631 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+44) 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_waitJI+102) 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.636 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "StethoListener-main" prio=5 tid=16 Native 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12eaf820 self=0xb4a38800 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17861 nice=0 cgrp=default sched=0/0 handle=0xb491c180 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 2594583 271042 3 ) utm=0 stm=0 core=2 HZ=100 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xa2021000-0xa2023000 stackSize=1036KB 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003b08c /system/lib/libc.so (accept4+8) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000009e3 /system/lib/libnetd_client.so (???) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 000147d5 /system/lib/libc.so (accept4+8) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 00083a45 /system/lib/libandroid_runtime.so (???) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 0027abcf /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_net_LocalSocketImpl_accept__Ljava_io_FileDescriptor_2Landroid_net_LocalSocketImpl_2+122) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.net.LocalSocketImpl.accept(Native method) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.net.LocalSocketImpl.accept(LocalSocketImpl.java:331) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.net.LocalServerSocket.accept(LocalServerSocket.java:90) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.facebook.stetho.server.LocalSocketServer.listenOnAddress(LocalSocketServer.java:85) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.facebook.stetho.server.LocalSocketServer.run(LocalSocketServer.java:74) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.facebook.stetho.server.ServerManager$1.run(ServerManager.java:40) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "RealmFinalizingDaemon" prio=5 tid=17 Waiting 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12ed6580 self=0xb4a39400 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17869 nice=0 cgrp=default sched=0/0 handle=0xb491c400 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 3863334 3430310 20 ) utm=0 stm=0 core=3 HZ=100 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xa1f15000-0xa1f17000 stackSize=1036KB 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207631 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+44) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_waitJI+102) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x020af0ee> (a java.lang.ref.ReferenceQueue) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait(Object.java:422) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x020af0ee> (a java.lang.ref.ReferenceQueue) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at io.realm.internal.FinalizerRunnable.run(FinalizerRunnable.java:37) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "WifiManager" prio=5 tid=18 Native 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c04eb0 self=0xb4a39c00 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17871 nice=0 cgrp=default sched=0/0 handle=0xb491b780 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 1412603 5015312 7 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xa1d0f000-0xa1d11000 stackSize=1036KB 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003a124 /system/lib/libc.so (epoll_pwait+20) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 00014d91 /system/lib/libc.so (epoll_pwait+26) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00014d9f /system/lib/libc.so (epoll_wait+6) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 000123c3 /system/lib/libutils.so (android::Looper::pollInner(int)+98) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 000125ed /system/lib/libutils.so (android::Looper::pollOnce(int, int, int*, void*)+92) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00081709 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv, int)+22) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 000b3863 /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnceJI+102) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.MessageQueue.nativePollOnce(Native method) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.MessageQueue.next(MessageQueue.java:143) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:122) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.HandlerThread.run(HandlerThread.java:61) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "RenderThread" prio=5 tid=19 Native 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c67580 self=0xb4a3ac00 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17872 nice=-4 cgrp=default sched=0/0 handle=0xb491e480 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 884857106 166275028 3331 ) utm=53 stm=35 core=0 HZ=100 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0xa1c0d000-0xa1c0f000 stackSize=1012KB 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003a124 /system/lib/libc.so (epoll_pwait+20) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 00014d91 /system/lib/libc.so (epoll_pwait+26) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00014d9f /system/lib/libc.so (epoll_wait+6) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 000123c3 /system/lib/libutils.so (android::Looper::pollInner(int)+98) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 000125ed /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void)+92) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 0003e72d /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+44) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void)+112) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #07 pc 0005f839 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+72) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #08 pc 00010045 /system/lib/libutils.so (???) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #09 pc 00016baf /system/lib/libc.so (pthread_start(void)+30) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #10 pc 00014af3 /system/lib/libc.so (__start_thread+6) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] (no managed stack frames) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "pool-4-thread-1" prio=5 tid=20 Waiting 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12d65940 self=0xb4a3f000 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17888 nice=0 cgrp=default sched=0/0 handle=0xa192b300 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 21938126 62674686 86 ) utm=1 stm=1 core=0 HZ=100 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0x9d70a000-0x9d70c000 stackSize=1036KB 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207631 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+44) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x3a25498f> (a java.lang.Object) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x3a25498f> (a java.lang.Object) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.637 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "AsyncTask #1" prio=5 tid=21 Waiting 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12eaf5e0 self=0xa194ec00 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17908 nice=0 cgrp=default sched=0/0 handle=0xa192bd00 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 1485469 365365 11 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0x9d3a0000-0x9d3a2000 stackSize=1036KB 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207631 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject*, long long, int)+44) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_waitJI+102) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x11e4141c> (a java.lang.Object) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x11e4141c> (a java.lang.Object) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "AsyncTask #2" prio=5 tid=22 Waiting 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12ed61c0 self=0xaec43400 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17909 nice=0 cgrp=default sched=0/0 handle=0xaec4fa80 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 1178179 540259 12 ) utm=0 stm=0 core=0 HZ=100 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0x9d29c000-0x9d29e000 stackSize=1036KB 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000a9fe3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+98) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 001f8f49 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+1036) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #03 pc 001fa445 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+136) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00207631 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+44) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_waitJI+102) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x05e54825> (a java.lang.Object) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - locked <0x05e54825> (a java.lang.Object) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818) 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "hwuiTask1" prio=5 tid=23 Native 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x1301e0a0 self=0xaec44400 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17914 nice=-2 cgrp=default sched=0/0 handle=0xb491ee80 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 53941621 27584900 603 ) utm=5 stm=0 core=1 HZ=100 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0x9dd4f000-0x9dd51000 stackSize=1012KB 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.638 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] - waiting on <0x2d2c5608> (a java.lang.Object) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=17966 nice=0 cgrp=default sched=0/0 handle=0xaec52280 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 0003ade8 /system/lib/libc.so (ioctl+8) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 000522a5 /system/lib/libc.so (ioctl+14) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 0001f8e1 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #07 pc 0005f839 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+72) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #10 pc 00014af3 /system/lib/libc.so (start_thread+6) 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] "pool-1-thread-1" prio=5 tid=29 TimedWaiting 06-23 12:32:22.639 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=S schedstat=( 3409480 778073 4 ) utm=0 stm=0 core=1 HZ=100 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 00010045 /system/lib/libutils.so (???) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | state=R schedstat=( 392607390 88952405 578 ) utm=19 stm=20 core=1 HZ=100 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= "abort lock" 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00256429 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::1::char_traits >&, int, char const, art::mirror::ArtMethod)+84) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #05 pc 00228a35 /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&)+272) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #08 pc 00227555 /system/lib/libart.so (art::Runtime::DetachCurrentThread()+148) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #11 pc 00011604 /data/app/com.aurito.app-2/lib/arm/libUVCCamera.so (UVCButtonCallback::uvc_button_callback(int, int, void)+156) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #14 pc 0000c314 /data/app/com.aurito.app-2/lib/arm/libusb100.so (usbi_handle_transfer_completion+320) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #17 pc 0000cb60 /data/app/com.aurito.app-2/lib/arm/libusb100.so (libusb_handle_events_timeout_completed+968) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #20 pc 00012ff8 /data/app/com.aurito.app-2/lib/arm/libuvc.so (uvc_query_stream_ctrl+556) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #22 pc 0000f77c /data/app/com.aurito.app-2/lib/arm/libUVCCamera.so (UVCPreview::setPreviewSize(int, int, int, int, int, float)+136) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usb.UVCCamera.nativeSetPreviewSize(Native method) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at com.serenegiant.usbcameracommon.AbstractUVCCameraHandler.handleMessage(AbstractUVCCameraHandler.java:306) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:102) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | sysTid=18054 nice=0 cgrp=default sched=0/0 handle=0xa1930f80 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | held mutexes= 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #00 pc 000133b8 /system/lib/libc.so (syscall+28) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #02 pc 00071201 /system/lib/libmedia.so (android::SoundPoolThread::read()+18) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 0005f839 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+72) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12fa70d0 self=0xa195bc00 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] | stack=0x9bbca000-0x9bbcc000 stackSize=1036KB 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #01 pc 00014d91 /system/lib/libc.so (epoll_pwait+26) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] native: #04 pc 000125ed /system/lib/libutils.so (android::Looper::pollOnce(int, int, int*, void**)+92) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.MessageQueue.nativePollOnce(Native method) 06-23 12:32:22.640 17833-18055/com.aurito.app A/art: art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:122) 06-23 12:32:22.640 17833-18055/com.aurito.app A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 18055 (CameraThread)

ghost commented 4 years ago

I know i am late sorry... did you find any solution?