iammert / RadioPlayerService

Android service library which uses AAC Player. Ready to use Radio Player Service.
254 stars 91 forks source link

Android 7.0 be like #37

Closed ferenczAndras closed 7 years ago

ferenczAndras commented 7 years ago
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: use of invalid jobject 0x12d0de20
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]     from int com.spoledge.aacdecoder.Decoder.nativeStart(int, com.spoledge.aacdecoder.BufferReader, com.spoledge.aacdecoder.Decoder$Info)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470] "Thread-14" prio=5 tid=29 Runnable
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   | group="main" sCount=0 dsCount=0 obj=0x12e31790 self=0xce91a900
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   | sysTid=7885 nice=0 cgrp=default sched=0/0 handle=0xcb22b920
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   | state=R schedstat=( 31911249 4714425 28 ) utm=1 stm=1 core=4 HZ=100
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   | stack=0xcb129000-0xcb12b000 stackSize=1038KB
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   | held mutexes= "mutator lock"(shared held)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #00 pc 0034cd41  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #01 pc 0032d701  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #02 pc 00237355  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+848)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #03 pc 002378eb  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+66)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #04 pc 00331167  /system/lib/libart.so (_ZNK3art6Thread13DecodeJObjectEP8_jobject+302)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #05 pc 000c9791  /system/lib/libart.so (_ZN3art11ScopedCheck13CheckInstanceERNS_18ScopedObjectAccessENS0_12InstanceKindEP8_jobjectb+120)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #06 pc 000c8d43  /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+190)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #07 pc 000c817b  /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+802)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #08 pc 000cae49  /system/lib/libart.so (_ZN3art8CheckJNI6NewRefEPKcP7_JNIEnvP8_jobjectNS_15IndirectRefKindE+452)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #09 pc 00004283  /data/app/com.radio.app-1/lib/arm/libaacdecoder.so (Java_com_spoledge_aacdecoder_Decoder_nativeStart+82)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   native: #10 pc 000049f1  /data/data/com.radio.app/cache/slice-aacdecoder-android-0.8_5a60808bba0493618a2dd5c0c86ebb7fe51eb71e-classes.dex (Java_com_spoledge_aacdecoder_Decoder_nativeStart__ILcom_spoledge_aacdecoder_BufferReader_2Lcom_spoledge_aacdecoder_Decoder_00024Info_2+132)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   at com.spoledge.aacdecoder.Decoder.nativeStart(Native method)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   at com.spoledge.aacdecoder.Decoder.start(Decoder.java:235)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   at com.spoledge.aacdecoder.AACPlayer.playImpl(AACPlayer.java:424)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:386)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:338)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   at com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:296)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470] 
11-17 22:13:01.174 7415-7422/com.radio.app W/art: Suspending all threads took: 21.907ms
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] Runtime aborting...
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] Aborting thread:
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] Dumping all threads without appropriate locks held: thread list lock mutator lock
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] All threads:
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] DALVIK THREADS (30):
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "Thread-14" prio=5 tid=29 Runnable
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=0 dsCount=0 obj=0x12e31790 self=0xce91a900
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7885 nice=0 cgrp=default sched=0/0 handle=0xcb22b920
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=R schedstat=( 73573231 9524737 43 ) utm=2 stm=4 core=1 HZ=100
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xcb129000-0xcb12b000 stackSize=1038KB
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes= "abort lock" "mutator lock"(shared held)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 0034cd41  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 0032d701  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 0033f561  /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+620)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 0033956b  /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+330)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 00339291  /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+180)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 003206f5  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+372)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #06 pc 003175ab  /system/lib/libart.so (_ZN3art7Runtime5AbortEv+90)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #07 pc 000b46f9  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+864)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #08 pc 00237685  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+1664)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #09 pc 002378eb  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+66)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #10 pc 00331167  /system/lib/libart.so (_ZNK3art6Thread13DecodeJObjectEP8_jobject+302)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #11 pc 000c9791  /system/lib/libart.so (_ZN3art11ScopedCheck13CheckInstanceERNS_18ScopedObjectAccessENS0_12InstanceKindEP8_jobjectb+120)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #12 pc 000c8d43  /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+190)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #13 pc 000c817b  /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+802)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #14 pc 000cae49  /system/lib/libart.so (_ZN3art8CheckJNI6NewRefEPKcP7_JNIEnvP8_jobjectNS_15IndirectRefKindE+452)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #15 pc 00004283  /data/app/com.radio.app-1/lib/arm/libaacdecoder.so (Java_com_spoledge_aacdecoder_Decoder_nativeStart+82)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #16 pc 000049f1  /data/data/com.radio.app/cache/slice-aacdecoder-android-0.8_5a60808bba0493618a2dd5c0c86ebb7fe51eb71e-classes.dex (Java_com_spoledge_aacdecoder_Decoder_nativeStart__ILcom_spoledge_aacdecoder_BufferReader_2Lcom_spoledge_aacdecoder_Decoder_00024Info_2+132)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.spoledge.aacdecoder.Decoder.nativeStart(Native method)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.spoledge.aacdecoder.Decoder.start(Decoder.java:235)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.spoledge.aacdecoder.AACPlayer.playImpl(AACPlayer.java:424)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:386)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:338)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:296)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "Thread-16" prio=5 tid=31 Runnable
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=0 dsCount=0 obj=0x12ec6820 self=0xce91ae00
11-17 22:13:01.330 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7899 nice=0 cgrp=default sched=0/0 handle=0xcaf7f920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=R schedstat=( 1547188 9618696 7 ) utm=0 stm=0 core=4 HZ=100
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xcae7d000-0xcae7f000 stackSize=1038KB
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes= "mutator lock"(shared held)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 0034cd41  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 0032d701  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 0033f561  /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+620)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 0032e287  /system/lib/libart.so (_ZN3art6Thread21RunCheckpointFunctionEv+146)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 003efc69  /system/lib/libart.so (_ZN3artL12GoToRunnableEPNS_6ThreadE+52)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 003eff89  /system/lib/libart.so (_ZN3art25JniMethodEndWithReferenceEP8_jobjectjPNS_6ThreadE+12)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #06 pc 00015e47  /system/framework/arm/boot.oat (Java_java_lang_Throwable_nativeFillInStackTrace__+82)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Throwable.nativeFillInStackTrace!(Native method)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Throwable.fillInStackTrace(Throwable.java:774)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - locked <0x0fa38840> (a android.system.GaiException)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Throwable.<init>(Throwable.java:242)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Exception.<init>(Exception.java:54)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.RuntimeException.<init>(RuntimeException.java:51)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.system.GaiException.<init>(GaiException.java:40)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at libcore.io.Posix.android_getaddrinfo(Native method)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.net.InetAddress.parseNumericAddressNoThrow(InetAddress.java:901)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:65)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.net.InetAddress.getAllByName(InetAddress.java:752)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:187)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:156)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:98)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:345)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:328)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:246)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:457)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:126)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.afollestad.bridge.Request.makeRequest(Request.java:73)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.afollestad.bridge.RequestBuilder$1.run(RequestBuilder.java:268)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "main" prio=5 tid=1 Native
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x7538c000 self=0xe8b85400
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7415 nice=0 cgrp=default sched=0/0 handle=0xeb7fd534
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 1716472513 59419118 541 ) utm=133 stm=37 core=2 HZ=100
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xff744000-0xff746000 stackSize=8MB
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000173e4  /system/lib/libc.so (syscall+28)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 000b62bd  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 003efd1b  /system/lib/libart.so (_ZN3artL12GoToRunnableEPNS_6ThreadE+230)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 003efc0b  /system/lib/libart.so (_ZN3art12JniMethodEndEjPNS_6ThreadE+8)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 008b4af5  /system/framework/arm/boot-framework.oat (Java_android_view_ThreadedRenderer_nSyncAndDrawFrame__J_3JI+136)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.ThreadedRenderer.nSyncAndDrawFrame(Native method)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:789)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.ViewRootImpl.draw(ViewRootImpl.java:2796)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2604)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2211)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1246)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6301)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.Choreographer$CallbackRecord.run(Choreographer.java:871)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.Choreographer.doCallbacks(Choreographer.java:683)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.Choreographer.doFrame(Choreographer.java:619)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:857)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.os.Handler.handleCallback(Handler.java:751)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.os.Handler.dispatchMessage(Handler.java:95)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.os.Looper.loop(Looper.java:154)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at android.app.ActivityThread.main(ActivityThread.java:6077)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.reflect.Method.invoke!(Native method)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "Jit thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x0 self=0xe176f500
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7420 nice=9 cgrp=default sched=0/0 handle=0xe82a8920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 51905785 504999 12 ) utm=4 stm=0 core=4 HZ=100
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe81aa000-0xe81ac000 stackSize=1022KB
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000173e4  /system/lib/libc.so (syscall+28)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 000b62bd  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 00340aa9  /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+160)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 003402d3  /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 0033fe01  /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+64)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 00047003  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #06 pc 00019e1d  /system/lib/libc.so (__start_thread+6)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c3cdc0 self=0xdf08a800
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7421 nice=0 cgrp=default sched=0/0 handle=0xe81a7920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 942448 2757760 2 ) utm=0 stm=0 core=1 HZ=100
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe80ab000-0xe80ad000 stackSize=1014KB
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_sigtimedwait+0xec/0x1dc
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_rt_sigtimedwait+0xc4/0x124
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000487e4  /system/lib/libc.so (__rt_sigtimedwait+12)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e22b  /system/lib/libc.so (sigwait+34)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 0032386b  /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+22)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 00323465  /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+168)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 003221c9  /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+276)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 00047003  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #06 pc 00019e1d  /system/lib/libc.so (__start_thread+6)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "JDWP" prio=5 tid=4 WaitingInMainDebuggerLoop
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c3ce50 self=0xe1770900
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7422 nice=0 cgrp=default sched=0/0 handle=0xe80a8920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 104895431 25448597 113 ) utm=9 stm=0 core=3 HZ=100
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe7fac000-0xe7fae000 stackSize=1014KB
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: poll_schedule_timeout+0x54/0xbc
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_select+0x454/0x4c0
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_core_sys_select+0x178/0x240
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_sys_pselect6+0x1a4/0x254
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000486bc  /system/lib/libc.so (__pselect6+20)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001d025  /system/lib/libc.so (select+88)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 003f7cb7  /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+302)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 00246687  /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+650)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 00245e2b  /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+22)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 00047003  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #06 pc 00019e1d  /system/lib/libc.so (__start_thread+6)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "ReferenceQueueDaemon" prio=5 tid=5 Waiting
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c3cee0 self=0xdf08bc00
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7423 nice=0 cgrp=default sched=0/0 handle=0xe7fa9920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 2603382 1619010 18 ) utm=0 stm=0 core=3 HZ=100
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe7ea7000-0xe7ea9000 stackSize=1038KB
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000173e4  /system/lib/libc.so (syscall+28)
11-17 22:13:01.331 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 000b62bd  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 0029cd67  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 0029e4cb  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 002acb63  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 00000557  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+74)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait!(Native method)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - waiting on <0x0da4b379> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - locked <0x0da4b379> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "FinalizerDaemon" prio=5 tid=6 Waiting
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c3cf70 self=0xdf08c100
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7424 nice=0 cgrp=default sched=0/0 handle=0xe7ea4920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 2715780 1290051 16 ) utm=0 stm=0 core=2 HZ=100
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe7da2000-0xe7da4000 stackSize=1038KB
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000173e4  /system/lib/libc.so (syscall+28)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 000b62bd  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 0029cd67  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 0029e4cb  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 002acb8f  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 00000655  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__JI+96)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait!(Native method)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - waiting on <0x066578be> (a java.lang.Object)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait(Object.java:407)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - locked <0x066578be> (a java.lang.Object)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "HeapTaskDaemon" prio=5 tid=7 Blocked
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c45160 self=0xdf08cb00
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7426 nice=0 cgrp=default sched=0/0 handle=0xe7c9a920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 127801925 11691253 81 ) utm=11 stm=0 core=1 HZ=100
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe7b98000-0xe7b9a000 stackSize=1038KB
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000173e4  /system/lib/libc.so (syscall+28)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 000b62bd  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 001b3379  /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+288)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 001b39f1  /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 001603bf  /system/framework/arm/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+74)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - waiting to lock an unknown object
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "FinalizerWatchdogDaemon" prio=5 tid=8 Waiting
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c450d0 self=0xdf08c600
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7425 nice=0 cgrp=default sched=0/0 handle=0xe7d9f920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 978439 6185782 16 ) utm=0 stm=0 core=2 HZ=100
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe7c9d000-0xe7c9f000 stackSize=1038KB
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000173e4  /system/lib/libc.so (syscall+28)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 000b62bd  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 0029cd67  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 0029e4cb  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 002acb63  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 00000557  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+74)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait!(Native method)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - waiting on <0x04f27d1f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:269)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - locked <0x04f27d1f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:249)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] 
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "Binder:7415_1" prio=5 tid=9 Native
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c45310 self=0xe8b85900
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7427 nice=0 cgrp=default sched=0/0 handle=0xe7a97920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 8623957 5799111 51 ) utm=0 stm=0 core=1 HZ=100
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xe799b000-0xe799d000 stackSize=1014KB
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: cpu_switch_to+0x48/0x4c
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #00 pc 000173e4  /system/lib/libc.so (syscall+28)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #01 pc 000b62bd  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #02 pc 000cb099  /system/lib/libart.so (_ZN3art8CheckJNI9DeleteRefEPKcP7_JNIEnvP8_jobjectNS_15IndirectRefKindE+212)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 000942eb  /system/lib/libandroid_runtime.so (???)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 00094345  /system/lib/libandroid_runtime.so (???)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #05 pc 0000bd87  /system/lib/libutils.so (_ZNK7android7RefBase9decStrongEPKv+58)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #06 pc 0003d2c7  /system/lib/libbinder.so (_ZN7android14IPCThreadState20processPendingDerefsEv+98)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #07 pc 0003d315  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+40)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #08 pc 0004f765  /system/lib/libbinder.so (???)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #09 pc 0000e349  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
11-17 22:13:01.332 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | sysTid=7698 nice=0 cgrp=default sched=0/0 handle=0xcf69e920
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 457604 41614 5 ) utm=0 stm=0 core=2 HZ=100
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xcf59c000-0xcf59e000 stackSize=1038KB
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at com.android.tools.fd.runtime.Server$SocketServerThread.run(Server.java:150)
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - waiting on <0x0258e86c> (a java.lang.Object)
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.parkFor$(Thread.java:2127)
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.333 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0xe0/0x920
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: compat_SyS_futex+0xe8/0x17c
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.performOperation(DependencyPriorityBlockingQueue.java:197)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.get(DependencyPriorityBlockingQueue.java:236)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:65)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 002acb8f  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-17 22:13:01.334 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   - locked <0x074bcc3b> (a java.lang.Object)
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at io.fabric.sdk.android.services.concurrency.DependencyPriorityBlockingQueue.take(DependencyPriorityBlockingQueue.java:46)
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | stack=0xcf05e000-0xcf060000 stackSize=1038KB
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xd4/0x130
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #04 pc 002acb8f  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   | held mutexes=
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: __switch_to+0x8c/0x98
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 0029e4cb  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-17 22:13:01.335 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403] "Queue" prio=5 tid=20 Waiting
11-17 22:13:01.336 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xfc/0x210
11-17 22:13:01.336 7415-7885/com.radio.app A/art: art/runtime/runtime.cc:403]   native: #03 pc 0029e4cb  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-17 22:13:01.338 7415-7885/com.radio.app A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 7885 (Thread-14)

                                                                            [ 11-17 22:13:01.339   362:  362 W/         ]
                                                                            debuggerd: handling request: pid=7415 uid=10141 gid=10141 tid=7885
nikacotAndroid commented 7 years ago

@ferenczAndras Did you manage to fix this?