App is crash
If I use the app provided in readme file it is working fine. When I download this project and build an apk using android studio then it is crashing.
this is the log:
"Thread-323" prio=5 tid=14 Sleeping 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] | group="" sCount=1 dsCount=0 obj=0x12d88ca0 self=0xdeb78500 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] | sysTid=15623 nice=0 cgrp=default sched=0/0 handle=0xde024930 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] | stack=0xddf22000-0xddf24000 stackSize=1038KB 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] | held mutexes= 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] kernel: __switch_to+0x90/0xa8 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xe4/0x170 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] kernel: futex_wait+0xf0/0x240 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] kernel: do_futex+0x1a8/0x9c8 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] kernel: compat_SyS_futex+0x98/0x160 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] kernel: el0_svc_naked+0x24/0x28 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] native: #00 pc 00017758 /system/lib/libc.so (syscall+28) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] native: #01 pc 000f5ced /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+80) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] native: #02 pc 002ae6f1 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+1268) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] native: #03 pc 002af313 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+110) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] native: #04 pc 0001c063 /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+126) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] at java.lang.Thread.sleep!(Native method) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] - sleeping on <0x08602659> (a java.lang.Object) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] at java.lang.Thread.sleep(Thread.java:1031) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] - locked <0x08602659> (a java.lang.Object) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] at java.lang.Thread.sleep(Thread.java:985) 01-22 22:34:30.121 15582-15595/? A/art: art/runtime/runtime.cc:366] at com.robbi5.instreamer.StreamService$1.run(StreamService.java:142)