EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

NativeCall example crashes on Samsung Galaxy Note5 #660

Open nsnxgpsf opened 7 years ago

nsnxgpsf commented 7 years ago

Hi, I ran the NativeCall example on a Samsung Galaxy Note5 and it crashed as soon as I pressed on the Join button. It seems that it could not create the camera. However I made sure that the camera application that comes with the phone works. I even rebooted the device before launching the example.

Log below:

11-23 11:41:18.240 9488-9513/com.ericsson.research.owr.examples.nativecall E/gstandroidvideosrc: VCD_gatherMediaSupport ERROR: Could not create camera 11-23 11:41:18.240 9488-9513/com.ericsson.research.owr.examples.nativecall E/gstandroidvideosrc: VCD_open: ERROR: Failed to gather media support for device. Could not open device. 11-23 11:41:18.240 9488-9513/com.ericsson.research.owr.examples.nativecall E/gstandroidvideosrc: gst_android_video_source_change_state: ERROR: Could not change state 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] JNI DETECTED ERROR IN APPLICATION: JNI CallStaticIntMethod called with pending exception java.lang.RuntimeException: Fail to connect to camera service 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] at void android.hardware.Camera.(int) (Camera.java:568) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] at android.hardware.Camera android.hardware.Camera.open(int) (Camera.java:405) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] in call to CallStaticIntMethod 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] "Thread-190" prio=10 tid=19 Runnable 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] | group="main" sCount=0 dsCount=0 obj=0x12d6a280 self=0xee805700 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] | sysTid=9513 nice=-11 cgrp=default sched=0/0 handle=0xf399e930 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] | state=R schedstat=( 0 0 0 ) utm=5 stm=0 core=1 HZ=100 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] | stack=0xf38a2000-0xf38a4000 stackSize=1014KB 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] | held mutexes= "mutator lock"(shared held) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #00 pc 00371bd7 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+142) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #01 pc 00351199 /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEP12BacktraceMap+160) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #02 pc 0025b30b /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+742) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #03 pc 0025b9e5 /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9va_list+64) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #04 pc 000fd391 /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+32) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #05 pc 001024a5 /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE.constprop.95+5072) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #06 pc 00110dbf /system/lib/libart.so (_ZN3art8CheckJNI11CallMethodVEPKcP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDSt9va_listNS_9Primitive4TypeENS_10InvokeTypeE+674) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #07 pc 00111909 /system/lib/libart.so (_ZN3art8CheckJNI19CallStaticIntMethodEP7_JNIEnvP7_jclassP10_jmethodIDz+44) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #08 pc 0010f47d /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (VCD_getNumberOfCameras+88) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #09 pc 00111003 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (VCD_open+158) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #10 pc 0010b827 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_android_video_source_change_state+142) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #11 pc 00440677 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_change_state+18) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #12 pc 00440a03 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_set_state_func+334) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #13 pc 0042ca67 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_bin_change_state_func+1982) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #14 pc 004574e3 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_pipeline_change_state+266) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #15 pc 00440677 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_change_state+18) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #16 pc 00440a03 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_set_state_func+334) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #17 pc 002197bb /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_local_media_source_request_source+1254) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #18 pc 0020a639 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (_owr_media_source_request_source+72) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #19 pc 0021a79d /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (maybe_start_renderer+88) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #20 pc 0021ac55 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (set_source+216) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #21 pc 00562e37 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_context_dispatch+206) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #22 pc 00562fdd /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_context_iterate.isra.27+248) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #23 pc 00563285 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_loop_run+204) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #24 pc 00208e3f /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_run+54) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #25 pc 00208ead /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_run_thread_func+76) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #26 pc 00577e09 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_thread_proxy+80) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #27 pc 0003fc63 /system/lib/libc.so (_ZL15__pthread_startPv+30) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] native: #28 pc 0001a39b /system/lib/libc.so (start_thread+6) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] (no managed stack frames) 11-23 11:41:18.360 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/java_vm_ext.cc:410] 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] Runtime aborting... 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] Aborting thread: 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] "Thread-190" prio=10 tid=19 Native 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | group="" sCount=0 dsCount=0 obj=0x12d6a280 self=0xee805700 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | sysTid=9513 nice=-11 cgrp=default sched=0/0 handle=0xf399e930 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | state=R schedstat=( 0 0 0 ) utm=8 stm=5 core=4 HZ=100 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | stack=0xf38a2000-0xf38a4000 stackSize=1014KB 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | held mutexes= "abort lock" 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #00 pc 00371bd7 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+142) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #01 pc 00351199 /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEEP12BacktraceMap+160) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #02 pc 00333fb9 /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+28) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #03 pc 00334257 /system/lib/libart.so (_ZN3art7Runtime5AbortEv+566) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #04 pc 000f476b /system/lib/libart.so (_ZN3art10LogMessageD2Ev+2226) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #05 pc 0025b635 /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+1552) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #06 pc 0025b9e5 /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9va_list+64) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #07 pc 000fd391 /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+32) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #08 pc 001024a5 /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE.constprop.95+5072) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #09 pc 00110dbf /system/lib/libart.so (_ZN3art8CheckJNI11CallMethodVEPKcP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDSt9va_listNS_9Primitive4TypeENS_10InvokeTypeE+674) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #10 pc 00111909 /system/lib/libart.so (_ZN3art8CheckJNI19CallStaticIntMethodEP7_JNIEnvP7_jclassP10_jmethodIDz+44) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #11 pc 0010f47d /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (VCD_getNumberOfCameras+88) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #12 pc 00111003 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (VCD_open+158) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #13 pc 0010b827 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_android_video_source_change_state+142) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #14 pc 00440677 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_change_state+18) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #15 pc 00440a03 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_set_state_func+334) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #16 pc 0042ca67 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_bin_change_state_func+1982) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #17 pc 004574e3 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_pipeline_change_state+266) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #18 pc 00440677 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_change_state+18) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #19 pc 00440a03 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_set_state_func+334) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #20 pc 002197bb /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_local_media_source_request_source+1254) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #21 pc 0020a639 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (_owr_media_source_request_source+72) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #22 pc 0021a79d /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (maybe_start_renderer+88) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #23 pc 0021ac55 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (set_source+216) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #24 pc 00562e37 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_context_dispatch+206) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #25 pc 00562fdd /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_context_iterate.isra.27+248) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #26 pc 00563285 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_loop_run+204) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #27 pc 00208e3f /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_run+54) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #28 pc 00208ead /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_run_thread_func+76) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #29 pc 00577e09 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_thread_proxy+80) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #30 pc 0003fc63 /system/lib/libc.so (_ZL15pthread_startPv+30) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #31 pc 0001a39b /system/lib/libc.so (start_thread+6) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] (no managed stack frames) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] Pending exception java.lang.RuntimeException: Fail to connect to camera service 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at void android.hardware.Camera.(int) (Camera.java:568) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at android.hardware.Camera android.hardware.Camera.open(int) (Camera.java:405) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] Dumping all threads without appropriate locks held: thread list lock mutator lock 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] All threads: 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] DALVIK THREADS (19): 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] "Thread-190" prio=10 tid=19 Runnable 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | group="" sCount=0 dsCount=0 obj=0x12d6a280 self=0xee805700 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | sysTid=9513 nice=-11 cgrp=default sched=0/0 handle=0xf399e930 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | state=R schedstat=( 0 0 0 ) utm=13 stm=9 core=2 HZ=100 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | stack=0xf38a2000-0xf38a4000 stackSize=1014KB 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | held mutexes= "abort lock" "mutator lock"(shared held) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #00 pc 00371bd7 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+142) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #01 pc 00351199 /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEEP12BacktraceMap+160) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #02 pc 0035b0b7 /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+446) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #03 pc 0035bc79 /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+212) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #04 pc 0035c1ef /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEE+154) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #05 pc 003341cd /system/lib/libart.so (_ZN3art7Runtime5AbortEv+428) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #06 pc 000f476b /system/lib/libart.so (_ZN3art10LogMessageD2Ev+2226) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #07 pc 0025b635 /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+1552) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #08 pc 0025b9e5 /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9va_list+64) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #09 pc 000fd391 /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+32) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #10 pc 001024a5 /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE.constprop.95+5072) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #11 pc 00110dbf /system/lib/libart.so (_ZN3art8CheckJNI11CallMethodVEPKcP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDSt9va_listNS_9Primitive4TypeENS_10InvokeTypeE+674) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #12 pc 00111909 /system/lib/libart.so (_ZN3art8CheckJNI19CallStaticIntMethodEP7_JNIEnvP7_jclassP10_jmethodIDz+44) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #13 pc 0010f47d /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (VCD_getNumberOfCameras+88) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #14 pc 00111003 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (VCD_open+158) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #15 pc 0010b827 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_android_video_source_change_state+142) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #16 pc 00440677 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_change_state+18) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #17 pc 00440a03 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_set_state_func+334) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #18 pc 0042ca67 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_bin_change_state_func+1982) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #19 pc 004574e3 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_pipeline_change_state+266) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #20 pc 00440677 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_change_state+18) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #21 pc 00440a03 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (gst_element_set_state_func+334) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #22 pc 002197bb /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_local_media_source_request_source+1254) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #23 pc 0020a639 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (_owr_media_source_request_source+72) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #24 pc 0021a79d /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (maybe_start_renderer+88) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #25 pc 0021ac55 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (set_source+216) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #26 pc 00562e37 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_context_dispatch+206) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #27 pc 00562fdd /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_context_iterate.isra.27+248) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #28 pc 00563285 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_main_loop_run+204) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #29 pc 00208e3f /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_run+54) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #30 pc 00208ead /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (owr_run_thread_func+76) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #31 pc 00577e09 /data/app/com.ericsson.research.owr.examples.nativecall-1/lib/arm/libopenwebrtc_jni.so (g_thread_proxy+80) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #32 pc 0003fc63 /system/lib/libc.so (_ZL15pthread_startPv+30) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #33 pc 0001a39b /system/lib/libc.so (start_thread+6) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] (no managed stack frames) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] "main" prio=10 tid=1 Native 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | group="" sCount=1 dsCount=0 obj=0x7552a2e0 self=0xf4c24500 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | sysTid=9488 nice=0 cgrp=default sched=0/0 handle=0xf744eb4c 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=22 stm=7 core=4 HZ=100 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | stack=0xff5f1000-0xff5f3000 stackSize=8MB 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | held mutexes= 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: SyS_epoll_wait+0x2b4/0x36c 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: compat_SyS_epoll_pwait+0xac/0x130 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: sys_trace+0x3c/0x40 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #00 pc 00041098 /system/lib/libc.so (epoll_pwait+20) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #01 pc 0001a6c7 /system/lib/libc.so (epoll_pwait+26) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #02 pc 0001a6d5 /system/lib/libc.so (epoll_wait+6) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #03 pc 00012ea3 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+102) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #04 pc 0001311f /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+130) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #05 pc 00087081 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #06 pc 00000575 /system/framework/arm/boot.oat (Java_android_os_MessageQueue_nativePollOnceJI+96) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at android.os.MessageQueue.nativePollOnce(Native method) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at android.os.MessageQueue.next(MessageQueue.java:323) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at android.os.Looper.loop(Looper.java:143) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at android.app.ActivityThread.main(ActivityThread.java:7229) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.reflect.Method.invoke!(Native method) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] "Signal Catcher" prio=10 tid=2 WaitingInMainSignalCatcherLoop 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | group="" sCount=1 dsCount=0 obj=0x12c4e0a0 self=0xee425700 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | sysTid=9493 nice=0 cgrp=default sched=0/0 handle=0xf42c5930 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=4 HZ=100 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | stack=0xf41c9000-0xf41cb000 stackSize=1014KB 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | held mutexes= 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: do_sigtimedwait+0xd8/0x1ac 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: compat_SyS_rt_sigtimedwait+0x94/0xd8 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: sys_trace+0x3c/0x40 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #00 pc 0004136c /system/lib/libc.so (rt_sigtimedwait+12) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #01 pc 0001d0ef /system/lib/libc.so (sigwait+22) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #02 pc 0033aae9 /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+76) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #03 pc 0033c535 /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+260) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #04 pc 0003fc63 /system/lib/libc.so (_ZL15pthread_startPv+30) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #05 pc 0001a39b /system/lib/libc.so (start_thread+6) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] (no managed stack frames) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] "JDWP" prio=10 tid=3 WaitingInMainDebuggerLoop 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | group="" sCount=1 dsCount=0 obj=0x12c510a0 self=0xf4c24f00 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | sysTid=9494 nice=0 cgrp=default sched=0/0 handle=0xf41c6930 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=1 stm=1 core=1 HZ=100 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | stack=0xf40ca000-0xf40cc000 stackSize=1014KB 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | held mutexes= 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: poll_schedule_timeout+0x54/0xb8 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: do_select+0x414/0x468 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: compat_core_sys_select+0x160/0x20c 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: compat_sys_pselect6+0x178/0x214 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: __sys_trace+0x3c/0x40 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #00 pc 00041288 /system/lib/libc.so (pselect6+20) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #01 pc 0001c441 /system/lib/libc.so (select+60) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #02 pc 00402093 /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+218) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #03 pc 00267a2f /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+314) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #04 pc 002688ad /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+16) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #05 pc 0003fc63 /system/lib/libc.so (_ZL15pthread_startPv+30) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #06 pc 0001a39b /system/lib/libc.so (start_thread+6) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] (no managed stack frames) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] "ReferenceQueueDaemon" prio=10 tid=4 Waiting 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | group="" sCount=1 dsCount=0 obj=0x12c4c640 self=0xf4c24a00 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | sysTid=9495 nice=0 cgrp=default sched=0/0 handle=0xf40c7930 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=6 HZ=100 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | stack=0xf3fc5000-0xf3fc7000 stackSize=1038KB 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | held mutexes= 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xd4/0x12c 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: futex_wait+0xd8/0x1cc 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: do_futex+0xc8/0x8d0 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: compat_SyS_futex+0xd0/0x14c 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: sys_trace+0x3c/0x40 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #00 pc 00017694 /system/lib/libc.so (syscall+28) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #01 pc 000f6d05 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+96) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #02 pc 002bf87d /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+1144) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #03 pc 002c05db /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+142) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #04 pc 002d1e2b /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+38) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #05 pc 00000377 /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+74) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.Object.wait!(Native method) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] - waiting on <0x0b2c86f3> (a java.lang.Class) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:162) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] - locked <0x0b2c86f3> (a java.lang.Class) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.Thread.run(Thread.java:818) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] "FinalizerDaemon" prio=10 tid=5 Waiting 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | group="" sCount=1 dsCount=0 obj=0x12c4c6a0 self=0xf4c26300 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | sysTid=9496 nice=0 cgrp=default sched=0/0 handle=0xf3fc2930 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=7 HZ=100 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | stack=0xf3ec0000-0xf3ec2000 stackSize=1038KB 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] | held mutexes= 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xd4/0x12c 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: futex_wait+0xd8/0x1cc 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: do_futex+0xc8/0x8d0 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: compat_SyS_futex+0xd0/0x14c 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] kernel: sys_trace+0x3c/0x40 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #00 pc 00017694 /system/lib/libc.so (syscall+28) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #01 pc 000f6d05 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+96) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #02 pc 002bf87d /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+1144) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #03 pc 002c05db /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+142) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #04 pc 002d1e65 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+44) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] native: #05 pc 00000575 /system/framework/arm/boot.oat (Java_java_lang_Object_wait__JI+96) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.Object.wait!(Native method) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] - waiting on <0x0605afb0> (a java.lang.ref.ReferenceQueue) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.Object.wait(Object.java:423) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] - locked <0x0605afb0> (a java.lang.ref.ReferenceQueue) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:200) 11-23 11:41:18.690 9488-9513/com.ericsson.research.owr.examples.nativecall A/art: art/runtime/runtime.cc:366] at java.lang.Thread.run(Thread.java:818)