mar3kk / threekkapps_library

MIT License
11 stars 6 forks source link

App Crash for some android version #4

Closed Harin-Kaklotar closed 7 years ago

Harin-Kaklotar commented 7 years ago

Hi sir I am using your code for my testing app. It work fine for some android version but some android version it crash the app I don't understand why it crash on some devices and working perfectly amazing on some other devices, here is the crash log for android 7.0 emulator,

01-06 12:20:17.860 2196-3664/? I/Icing: Indexing done 19B131EDD4EFFDB1E560590DF3C0C5E24A76B706
01-06 12:20:17.875 2196-3664/? I/Icing: Indexing done C275BB20133B72343705BE2BE5E51C71C04DA79E
01-06 12:20:20.088 3673-3673/? D/jnibitmap: AndroidBitmap_lockPixels() failed ! error
01-06 12:20:20.284 3673-3673/? E/art: JNI ERROR (app bug): accessed stale weak global reference 0xffaef4c7 (index 48433 in a table of size 132)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: use of deleted weak global reference 0xffaef4c7
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]     from java.lang.String com.yptech.myfloodfilldemo.TouchImageView.methodforfillcolor(android.graphics.Bitmap, int, int, int, int)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470] "main" prio=5 tid=1 Runnable
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   | group="main" sCount=0 dsCount=0 obj=0x75970000 self=0xa370b400
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   | sysTid=3673 nice=0 cgrp=default sched=0/0 handle=0xa7a65534
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   | state=R schedstat=( 0 0 0 ) utm=30 stm=7 core=0 HZ=100
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   | stack=0xbf5de000-0xbf5e0000 stackSize=8MB
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   | held mutexes= "mutator lock"(shared held)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #00 pc 0056d8de  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+238)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #01 pc 00539f6e  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+526)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #02 pc 00536f6b  /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+75)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #03 pc 0038e868  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+1560)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #04 pc 0038f21c  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+124)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #05 pc 0053f972  /system/lib/libart.so (_ZNK3art6Thread13DecodeJObjectEP8_jobject+386)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #06 pc 006667eb  /system/lib/libart.so (_ZN3art25JniMethodEndWithReferenceEP8_jobjectjPNS_6ThreadE+59)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   native: #07 pc 000221fd  /data/app/com.yptech.myfloodfilldemo-2/oat/x86/base.odex (Java_com_yptech_myfloodfilldemo_TouchImageView_methodforfillcolor__Landroid_graphics_Bitmap_2IIII+201)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at com.yptech.myfloodfilldemo.TouchImageView.methodforfillcolor(Native method)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at com.yptech.myfloodfilldemo.TouchImageView$GestureListener.onSingleTapConfirmed(TouchImageView.java:817)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:300)
01-06 12:20:20.306 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at android.os.Handler.dispatchMessage(Handler.java:102)
01-06 12:20:20.307 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at android.os.Looper.loop(Looper.java:154)
01-06 12:20:20.307 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at android.app.ActivityThread.main(ActivityThread.java:6077)
01-06 12:20:20.307 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.reflect.Method.invoke!(Native method)
01-06 12:20:20.307 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
01-06 12:20:20.307 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
01-06 12:20:20.307 3673-3673/? A/art: art/runtime/java_vm_ext.cc:470] 
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403] Runtime aborting...
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403] Aborting thread:
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403] "main" prio=5 tid=1 Native
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=0 dsCount=0 obj=0x75970000 self=0xa370b400
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3673 nice=0 cgrp=default sched=0/0 handle=0xa7a65534
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=R schedstat=( 0 0 0 ) utm=31 stm=7 core=0 HZ=100
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xbf5de000-0xbf5e0000 stackSize=8MB
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes= "abort lock"
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc 0056d8de  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+238)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 00539f6e  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+526)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 00536f6b  /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+75)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 00522d43  /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+67)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 00522b17  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+615)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 0051327b  /system/lib/libart.so (_ZN3art7Runtime5AbortEv+155)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 00119572  /system/lib/libart.so (_ZN3art10LogMessageD1Ev+1298)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 0038efc5  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+3445)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0038f21c  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+124)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #09 pc 0053f972  /system/lib/libart.so (_ZNK3art6Thread13DecodeJObjectEP8_jobject+386)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #10 pc 006667eb  /system/lib/libart.so (_ZN3art25JniMethodEndWithReferenceEP8_jobjectjPNS_6ThreadE+59)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #11 pc 000221fd  /data/app/com.yptech.myfloodfilldemo-2/oat/x86/base.odex (???)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.yptech.myfloodfilldemo.TouchImageView.methodforfillcolor(Native method)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.yptech.myfloodfilldemo.TouchImageView$GestureListener.onSingleTapConfirmed(TouchImageView.java:817)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:300)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.os.Handler.dispatchMessage(Handler.java:102)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.os.Looper.loop(Looper.java:154)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.app.ActivityThread.main(ActivityThread.java:6077)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.reflect.Method.invoke!(Native method)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403] Dumping all threads without appropriate locks held: thread list lock mutator lock
01-06 12:20:20.337 3673-3673/? A/art: art/runtime/runtime.cc:403] All threads:
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403] DALVIK THREADS (13):
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403] "main" prio=5 tid=1 Runnable
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=0 dsCount=0 obj=0x75970000 self=0xa370b400
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3673 nice=0 cgrp=default sched=0/0 handle=0xa7a65534
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=R schedstat=( 0 0 0 ) utm=31 stm=7 core=0 HZ=100
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xbf5de000-0xbf5e0000 stackSize=8MB
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes= "abort lock" "mutator lock"(shared held)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc 0056d8de  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+238)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 00539f6e  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+526)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 00536f6b  /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+75)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 005568bb  /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+1115)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 0054cb7e  /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+590)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 0054c706  /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+310)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 00522f98  /system/lib/libart.so (_ZNK3art10AbortState14DumpAllThreadsERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+424)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 00522ce6  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+1078)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0051327b  /system/lib/libart.so (_ZN3art7Runtime5AbortEv+155)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #09 pc 00119572  /system/lib/libart.so (_ZN3art10LogMessageD1Ev+1298)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #10 pc 0038efc5  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+3445)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #11 pc 0038f21c  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+124)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #12 pc 0053f972  /system/lib/libart.so (_ZNK3art6Thread13DecodeJObjectEP8_jobject+386)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #13 pc 006667eb  /system/lib/libart.so (_ZN3art25JniMethodEndWithReferenceEP8_jobjectjPNS_6ThreadE+59)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #14 pc 000221fd  /data/app/com.yptech.myfloodfilldemo-2/oat/x86/base.odex (Java_com_yptech_myfloodfilldemo_TouchImageView_methodforfillcolor__Landroid_graphics_Bitmap_2IIII+201)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.yptech.myfloodfilldemo.TouchImageView.methodforfillcolor(Native method)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.yptech.myfloodfilldemo.TouchImageView$GestureListener.onSingleTapConfirmed(TouchImageView.java:817)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:300)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.os.Handler.dispatchMessage(Handler.java:102)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.os.Looper.loop(Looper.java:154)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at android.app.ActivityThread.main(ActivityThread.java:6077)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.reflect.Method.invoke!(Native method)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403] "Jit thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x0 self=0xa730e000
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3678 nice=9 cgrp=default sched=0/0 handle=0xa2b58920
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa2a5a000-0xa2a5c000 stackSize=1022KB
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xcd/0x113
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xc5/0x197
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0x9b/0x742
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_futex+0xaf/0xf6
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e228  /system/lib/libc.so (syscall+40)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 0011c19e  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 0011c107  /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 00558bc2  /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+258)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 00557ec5  /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+117)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 0055769a  /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+106)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #09 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c34550 self=0x988a4e00
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3679 nice=0 cgrp=default sched=0/0 handle=0xa2a57920
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa295b000-0xa295d000 stackSize=1014KB
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_sigtimedwait+0xd7/0x19f
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_rt_sigtimedwait+0x6d/0x9c
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe424  [vdso] (__kernel_vsyscall+16)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 00077fc1  /system/lib/libc.so (__rt_sigtimedwait+33)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 000289af  /system/lib/libc.so (sigwait+95)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 0052974b  /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+59)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 00529117  /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+215)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 0052727a  /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+314)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.338 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403] "JDWP" prio=5 tid=4 WaitingInMainDebuggerLoop
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c345e0 self=0xa730f400
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3680 nice=0 cgrp=default sched=0/0 handle=0xa2958920
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa285c000-0xa285e000 stackSize=1014KB
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: unix_stream_recvmsg+0x22d/0x600
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sock_recvmsg+0x85/0x9e
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: ___sys_recvmsg+0xec/0x17c
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: __sys_recvmsg+0x2b/0x49
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_recvmsg+0x11/0x13
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_socketcall+0x192/0x1db
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 000796a9  /system/lib/libc.so (recvmsg+25)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 00672aa9  /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ReceiveClientFdEv+169)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 00672e13  /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState6AcceptEv+611)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 003a7f0e  /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+366)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 003a7470  /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+48)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403] "Binder:3673_1" prio=5 tid=5 Native
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c34940 self=0x988a7b00
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3685 nice=0 cgrp=default sched=0/0 handle=0xa2347920
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa224b000-0xa224d000 stackSize=1014KB
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: binder_thread_read+0xa4a/0xbf3
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: binder_ioctl+0xce0/0x1114
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_vfs_ioctl+0x36b/0x418
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_ioctl+0x4a/0x6a
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 00077bfc  /system/lib/libc.so (__ioctl+28)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 000226a7  /system/lib/libc.so (ioctl+71)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 00047797  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+279)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 0004793a  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+42)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 000481ff  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+95)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 0006ecde  /system/lib/libbinder.so (_ZN7android10PoolThread10threadLoopEv+46)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 00012085  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0006e53b  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #09 pc 00011873  /system/lib/libutils.so (_ZN13thread_data_t10trampolineEPKS_+259)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #10 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #11 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #12 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403] "FinalizerWatchdogDaemon" prio=5 tid=6 Waiting
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c34790 self=0x988a7100
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3683 nice=0 cgrp=default sched=0/0 handle=0xa264f920
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa254d000-0xa254f000 stackSize=1038KB
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xcd/0x113
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xc5/0x197
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0x9b/0x742
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_futex+0xaf/0xf6
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e228  /system/lib/libc.so (syscall+40)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 0011c19e  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 0011c107  /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 00433199  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+537)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 00435773  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 0044d88f  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+95)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 000006dc  /system/framework/x86/boot.oat (Java_java_lang_Object_wait__+104)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait!(Native method)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   - waiting on <0x05b51655> (a java.lang.Daemons$FinalizerWatchdogDaemon)
01-06 12:20:20.339 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:269)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   - locked <0x05b51655> (a java.lang.Daemons$FinalizerWatchdogDaemon)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:249)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403] "FinalizerDaemon" prio=5 tid=7 Waiting
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c34700 self=0x988a6c00
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3682 nice=0 cgrp=default sched=0/0 handle=0xa2754920
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa2652000-0xa2654000 stackSize=1038KB
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xcd/0x113
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xc5/0x197
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0x9b/0x742
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_futex+0xaf/0xf6
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e228  /system/lib/libc.so (syscall+40)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 0011c19e  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 0011c107  /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 00433199  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+537)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 00435773  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 0044d8fd  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+93)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 0000083c  /system/framework/x86/boot.oat (Java_java_lang_Object_wait__JI+136)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait!(Native method)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   - waiting on <0x05a6986a> (a java.lang.Object)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait(Object.java:407)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   - locked <0x05a6986a> (a java.lang.Object)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403] "Binder:3673_2" prio=5 tid=8 Native
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c349d0 self=0xa7310800
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3686 nice=0 cgrp=default sched=0/0 handle=0x9c7ef920
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0x9c6f3000-0x9c6f5000 stackSize=1014KB
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: binder_thread_read+0xa4a/0xbf3
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: binder_ioctl+0xce0/0x1114
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_vfs_ioctl+0x36b/0x418
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_ioctl+0x4a/0x6a
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 00077bfc  /system/lib/libc.so (__ioctl+28)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 000226a7  /system/lib/libc.so (ioctl+71)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 00047797  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+279)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 0004793a  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+42)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 000481ff  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+95)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 0006ecde  /system/lib/libbinder.so (_ZN7android10PoolThread10threadLoopEv+46)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 00012085  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0006e53b  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #09 pc 00011873  /system/lib/libutils.so (_ZN13thread_data_t10trampolineEPKS_+259)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #10 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #11 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #12 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403] "HeapTaskDaemon" prio=5 tid=9 Blocked
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c34820 self=0x988a7600
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3684 nice=0 cgrp=default sched=0/0 handle=0xa254a920
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=5 core=0 HZ=100
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa2448000-0xa244a000 stackSize=1038KB
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xcd/0x113
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xc5/0x197
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0x9b/0x742
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_futex+0xaf/0xf6
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe424  [vdso] (__kernel_vsyscall+16)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e228  /system/lib/libc.so (syscall+40)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 0011c888  /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+200)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 002bdf1c  /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+332)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 002be992  /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+82)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 0044239b  /system/lib/libart.so (_ZN3artL22VMRuntime_runHeapTasksEP7_JNIEnvP8_jobject+59)
01-06 12:20:20.340 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 001cb89c  /system/framework/x86/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+104)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   - waiting to lock an unknown object
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] "ReferenceQueueDaemon" prio=5 tid=10 Waiting
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c34670 self=0x988a6700
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3681 nice=0 cgrp=default sched=0/0 handle=0xa2859920
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0xa2757000-0xa2759000 stackSize=1038KB
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xcd/0x113
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xc5/0x197
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0x9b/0x742
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_futex+0xaf/0xf6
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e228  /system/lib/libc.so (syscall+40)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 0011c19e  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 0011c107  /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 00433199  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+537)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 00435773  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 0044d88f  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+95)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 000006dc  /system/framework/x86/boot.oat (Java_java_lang_Object_wait__+104)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Object.wait!(Native method)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   - waiting on <0x065b615b> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   - locked <0x065b615b> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   at java.lang.Thread.run(Thread.java:761)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] "Profile Saver" prio=5 tid=11 Native
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12c34af0 self=0xa370c800
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3687 nice=0 cgrp=default sched=0/0 handle=0x9c6f0920
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0x9c5f4000-0x9c5f6000 stackSize=1014KB
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xcd/0x113
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xc5/0x197
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0x9b/0x742
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_futex+0xaf/0xf6
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e228  /system/lib/libc.so (syscall+40)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 0011c19e  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 0011c107  /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 003c563c  /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+396)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 003c774a  /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+106)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] "RenderThread" prio=5 tid=12 Native
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12ca4280 self=0xa7311c00
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3688 nice=-4 cgrp=default sched=0/0 handle=0x9c4ff920
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=13 core=1 HZ=100
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0x9c403000-0x9c405000 stackSize=1014KB
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_epoll_wait+0x23c/0x2d1
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_epoll_pwait+0x70/0xe1
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe424  [vdso] (__kernel_vsyscall+16)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0007797b  /system/lib/libc.so (__epoll_pwait+43)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 00020c80  /system/lib/libc.so (epoll_pwait+112)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 00020cde  /system/lib/libc.so (epoll_wait+62)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 00018f0b  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+203)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 00018d74  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+68)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 00034038  /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+888)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 00012085  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0006e53b  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #09 pc 00011873  /system/lib/libutils.so (_ZN13thread_data_t10trampolineEPKS_+259)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #10 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #11 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #12 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403] "hwuiTask1" prio=5 tid=13 Native
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | group="" sCount=1 dsCount=0 obj=0x12ca4820 self=0x99bd5b00
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | sysTid=3689 nice=-2 cgrp=default sched=0/0 handle=0x8957f920
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-06 12:20:20.341 3673-3673/? A/art: art/runtime/runtime.cc:403]   | stack=0x89483000-0x89485000 stackSize=1014KB
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   | held mutexes=
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait_queue_me+0xcd/0x113
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: futex_wait+0xc5/0x197
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: do_futex+0x9b/0x742
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: SyS_futex+0xaf/0xf6
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   kernel: sysenter_do_call+0x12/0x22
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #00 pc ffffe422  [vdso] (__kernel_vsyscall+14)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #01 pc 0001e228  /system/lib/libc.so (syscall+40)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #02 pc 000745bd  /system/lib/libc.so (pthread_cond_wait+125)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #03 pc 0003507b  /system/lib/libhwui.so (???)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #04 pc 0001201f  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+207)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #05 pc 0006e53b  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #06 pc 00011873  /system/lib/libutils.so (_ZN13thread_data_t10trampolineEPKS_+259)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #07 pc 00075052  /system/lib/libc.so (_ZL15__pthread_startPv+210)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #08 pc 0002026e  /system/lib/libc.so (__start_thread+30)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   native: #09 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403]   (no managed stack frames)
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403] 
01-06 12:20:20.342 3673-3673/? A/art: art/runtime/runtime.cc:403] 

                                      --------- beginning of crash
01-06 12:20:20.342 3673-3673/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 3673 (myfloodfilldemo)

                                       [ 01-06 12:20:20.342  1177: 1177 W/         ]
                                       debuggerd: handling request: pid=3673 uid=10067 gid=10067 tid=3673
01-06 12:20:20.396 3692-3692/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-06 12:20:20.396 3692-3692/? A/DEBUG: Build fingerprint: 'Android/sdk_google_phone_x86/generic_x86:7.0/NYC/3287311:userdebug/test-keys'
01-06 12:20:20.396 3692-3692/? A/DEBUG: Revision: '0'
01-06 12:20:20.396 3692-3692/? A/DEBUG: ABI: 'x86'
01-06 12:20:20.396 3692-3692/? A/DEBUG: pid: 3673, tid: 3673, name: myfloodfilldemo  >>> com.yptech.myfloodfilldemo <<<
01-06 12:20:20.396 3692-3692/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-06 12:20:20.396 3692-3692/? A/DEBUG: Abort message: 'art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: use of deleted weak global reference 0xffaef4c7'
01-06 12:20:20.396 3692-3692/? A/DEBUG:     eax 00000000  ebx 00000e59  ecx 00000e59  edx 00000006
01-06 12:20:20.396 3692-3692/? A/DEBUG:     esi a7a6558c  edi a7a65534
01-06 12:20:20.397 3692-3692/? A/DEBUG:     xcs 00000073  xds 0000007b  xes 0000007b  xfs 0000003b  xss 0000007b
01-06 12:20:20.397 3692-3692/? A/DEBUG:     eip a7993424  ebp bfdd9178  esp bfdd911c  flags 00000292
01-06 12:20:20.397 3692-3692/? A/DEBUG: backtrace:
01-06 12:20:20.397 3692-3692/? A/DEBUG:     #00 pc ffffe424  [vdso:a7993000] (__kernel_vsyscall+16)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #01 pc 0007a0ac  /system/lib/libc.so (tgkill+28)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #02 pc 000758f5  /system/lib/libc.so (pthread_kill+85)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #03 pc 0002782a  /system/lib/libc.so (raise+42)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #04 pc 0001ee06  /system/lib/libc.so (abort+86)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #05 pc 00513387  /system/lib/libart.so (_ZN3art7Runtime5AbortEv+423)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #06 pc 00119572  /system/lib/libart.so (_ZN3art10LogMessageD1Ev+1298)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #07 pc 0038efc5  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+3445)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #08 pc 0038f21c  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+124)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #09 pc 0053f972  /system/lib/libart.so (_ZNK3art6Thread13DecodeJObjectEP8_jobject+386)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #10 pc 006667eb  /system/lib/libart.so (_ZN3art25JniMethodEndWithReferenceEP8_jobjectjPNS_6ThreadE+59)
01-06 12:20:20.398 3692-3692/? A/DEBUG:     #11 pc 002db1fd  /data/app/com.yptech.myfloodfilldemo-2/oat/x86/base.odex (offset 0x2b9000)
01-06 12:20:20.549 1492-1512/? I/BootReceiver: Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)

                                               [ 01-06 12:20:20.549  1177: 1177 W/         ]
                                               debuggerd: resuming target 3673
01-06 12:20:20.561 1492-1539/? W/InputDispatcher: channel '757dce5 com.yptech.myfloodfilldemo/com.yptech.myfloodfilldemo.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
01-06 12:20:20.561 1492-1539/? E/InputDispatcher: channel '757dce5 com.yptech.myfloodfilldemo/com.yptech.myfloodfilldemo.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

list of devices in which app crash 4.1.1 emulator 4.2.2 emulator 4.4.2 device 6.0.1 device 7.0 emulator

list of devices in which code work perfectly 4.3 emulator 4.4.4 emulator 5.0.0 emulator 5.1.0 emulator 6.0.0 emulator 7.0 device

Harin-Kaklotar commented 7 years ago

and this is crash report for android 4.4.2 device

01-06 12:43:26.700 8498-8498/? D/jnibitmap: AndroidBitmap_lockPixels() failed ! error
01-06 12:43:26.700 8498-8498/? E/dalvikvm: JNI ERROR (app bug): accessed stale weak global reference 0x938c00af (index 43 in a table of size 0)
01-06 12:43:26.710 8498-8498/? E/dalvikvm: VM aborting
01-06 12:43:26.710 8498-8498/? A/libc: Fatal signal 6 (SIGABRT) at 0x00002132 (code=-6), thread 8498 (myfloodfilldemo)
01-06 12:43:26.810 125-125/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-06 12:43:26.810 125-125/? I/DEBUG: Build fingerprint: 'Allwinner/astar_y3/astar-y3:4.4.2/KVT49L/20160623:eng/test-keys'
01-06 12:43:26.810 125-125/? I/DEBUG: Revision: '0'
01-06 12:43:26.810 125-125/? I/DEBUG: pid: 8498, tid: 8498, name: myfloodfilldemo  >>> com.yptech.myfloodfilldemo <<<
01-06 12:43:26.810 125-125/? I/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-06 12:43:27.170 125-125/? I/DEBUG:     r0 00000000  r1 00002132  r2 00000006  r3 00000000
01-06 12:43:27.170 125-125/? I/DEBUG:     r4 400b4f2c  r5 00000006  r6 0000000b  r7 0000010c
01-06 12:43:27.180 125-125/? I/DEBUG:     r8 58aa6016  r9 41a44e90  sl 4150b610  fp 41a39b8c
01-06 12:43:27.180 125-125/? I/DEBUG:     ip 00002132  sp beab02b8  lr 400dd07b  pc 400ebf9c  cpsr 00070010
01-06 12:43:27.180 125-125/? I/DEBUG:     d0  74726f6261204d56  d1  000000000000006e
01-06 12:43:27.180 125-125/? I/DEBUG:     d2  2f6f6d65646c6c75  d3  616d496863756f6c
01-06 12:43:27.180 125-125/? I/DEBUG:     d4  4075e00000000000  d5  0000000000000000
01-06 12:43:27.180 125-125/? I/DEBUG:     d6  0000000000000000  d7  441acf05c2b20000
01-06 12:43:27.180 125-125/? I/DEBUG:     d8  0000000000000000  d9  0000000000000000
01-06 12:43:27.180 125-125/? I/DEBUG:     d10 0000000000000000  d11 0000000000000000
01-06 12:43:27.180 125-125/? I/DEBUG:     d12 0000000000000000  d13 0000000000000000
01-06 12:43:27.180 125-125/? I/DEBUG:     d14 0000000000000000  d15 0000000000000000
01-06 12:43:27.180 125-125/? I/DEBUG:     d16 ffffffffffffffff  d17 0000000000000009
01-06 12:43:27.180 125-125/? I/DEBUG:     d18 0000000000000000  d19 0004000000000000
01-06 12:43:27.180 125-125/? I/DEBUG:     d20 2004000800000000  d21 000000003c000001
01-06 12:43:27.180 125-125/? I/DEBUG:     d22 3ff1000000000000  d23 0000000000000000
01-06 12:43:27.180 125-125/? I/DEBUG:     d24 3fe244b060000000  d25 0000000000000000
01-06 12:43:27.190 125-125/? I/DEBUG:     d26 3ff0000000000000  d27 0000000000000000
01-06 12:43:27.190 125-125/? I/DEBUG:     d28 3ffc53cce0000000  d29 0000000000000000
01-06 12:43:27.190 125-125/? I/DEBUG:     d30 0000000000000001  d31 0000000000004000
01-06 12:43:27.190 125-125/? I/DEBUG:     scr 60000010
01-06 12:43:27.200 125-125/? I/DEBUG: backtrace:
01-06 12:43:27.200 125-125/? I/DEBUG:     #00  pc 00021f9c  /system/lib/libc.so (tgkill+12)
01-06 12:43:27.200 125-125/? I/DEBUG:     #01  pc 00013077  /system/lib/libc.so (pthread_kill+50)
01-06 12:43:27.200 125-125/? I/DEBUG:     #02  pc 0001326f  /system/lib/libc.so (raise+10)
01-06 12:43:27.200 125-125/? I/DEBUG:     #03  pc 00011fd9  /system/lib/libc.so
01-06 12:43:27.200 125-125/? I/DEBUG:     #04  pc 00021850  /system/lib/libc.so (abort+4)
01-06 12:43:27.200 125-125/? I/DEBUG:     #05  pc 00045b9b  /system/lib/libdvm.so (dvmAbort+78)
01-06 12:43:27.200 125-125/? I/DEBUG:     #06  pc 00027e48  /system/lib/libdvm.so (IndirectRefTable::get(void*) const+240)
01-06 12:43:27.200 125-125/? I/DEBUG:     #07  pc 0004a477  /system/lib/libdvm.so (dvmDecodeIndirectRef(Thread*, _jobject*)+94)
01-06 12:43:27.200 125-125/? I/DEBUG:     #08  pc 0004e0bd  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+600)
01-06 12:43:27.200 125-125/? I/DEBUG:     #09  pc 0004f9c5  /system/lib/libdvm.so (dvmResolveNativeMethod(unsigned int const*, JValue*, Method const*, Thread*)+184)
01-06 12:43:27.200 125-125/? I/DEBUG:     #10  pc 00026f60  /system/lib/libdvm.so
01-06 12:43:27.200 125-125/? I/DEBUG:     #11  pc 0002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
01-06 12:43:27.210 125-125/? I/DEBUG:     #12  pc 0002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
01-06 12:43:27.210 125-125/? I/DEBUG:     #13  pc 000606f1  /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
01-06 12:43:27.210 125-125/? I/DEBUG:     #14  pc 0006861f  /system/lib/libdvm.so
01-06 12:43:27.210 125-125/? I/DEBUG:     #15  pc 00026f60  /system/lib/libdvm.so
01-06 12:43:27.210 125-125/? I/DEBUG:     #16  pc 0002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
01-06 12:43:27.210 125-125/? I/DEBUG:     #17  pc 0002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
01-06 12:43:27.210 125-125/? I/DEBUG:     #18  pc 0006040f  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)
01-06 12:43:27.210 125-125/? I/DEBUG:     #19  pc 00049bdb  /system/lib/libdvm.so
01-06 12:43:27.210 125-125/? I/DEBUG:     #20  pc 00050b33  /system/lib/libandroid_runtime.so
01-06 12:43:27.210 125-125/? I/DEBUG:     #21  pc 00051857  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+354)
01-06 12:43:27.210 125-125/? I/DEBUG:     #22  pc 0000105b  /system/bin/app_process
01-06 12:43:27.210 125-125/? I/DEBUG:     #23  pc 0000e41b  /system/lib/libc.so (__libc_init+50)
01-06 12:43:27.210 125-125/? I/DEBUG:     #24  pc 00000d7c  /system/bin/app_process
01-06 12:43:27.210 125-125/? I/DEBUG: stack:
01-06 12:43:27.210 125-125/? I/DEBUG:          beab0278  00000000  
01-06 12:43:27.210 125-125/? I/DEBUG:          beab027c  00000000  
01-06 12:43:27.210 125-125/? I/DEBUG:          beab0280  00000000  
01-06 12:43:27.210 125-125/? I/DEBUG:          beab0284  51251d88  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab0288  00000001  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab028c  58aa6016  /data/dalvik-cache/data@app@com.yptech.myfloodfilldemo-1.apk@classes.dex
01-06 12:43:27.220 125-125/? I/DEBUG:          beab0290  41a44e90  /dev/ashmem/dalvik-heap (deleted)
01-06 12:43:27.220 125-125/? I/DEBUG:          beab0294  4150b610  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab0298  41a39b8c  /dev/ashmem/dalvik-heap (deleted)
01-06 12:43:27.220 125-125/? I/DEBUG:          beab029c  400f06e1  /system/lib/libc.so (snprintf+80)
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02a0  beab02f0  [stack]
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02a4  58be3b17  /data/app-lib/com.yptech.myfloodfilldemo-1/libjnibitmap.so (std::deque<unsigned int, std::allocator<unsigned int> >::~deque()+82)
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02a8  beab031c  [stack]
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02ac  00000000  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02b0  00000000  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02b4  beab0444  [stack]
01-06 12:43:27.220 125-125/? I/DEBUG:     #00  beab02b8  400b4f2c  /system/bin/linker
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02bc  00000006  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02c0  0000000b  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02c4  00002132  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02c8  00002132  
01-06 12:43:27.220 125-125/? I/DEBUG:          beab02cc  400dd07b  /system/lib/libc.so (pthread_kill+54)
01-06 12:43:27.220 125-125/? I/DEBUG:     #01  beab02d0  400b4f24  /system/bin/linker
01-06 12:43:27.230 125-125/? I/DEBUG:          beab02d4  00000006  
01-06 12:43:27.230 125-125/? I/DEBUG:          beab02d8  00000000  
01-06 12:43:27.230 125-125/? I/DEBUG:          beab02dc  51251d88  
01-06 12:43:27.230 125-125/? I/DEBUG:          beab02e0  00000001  
01-06 12:43:27.230 125-125/? I/DEBUG:          beab02e4  400dd273  /system/lib/libc.so (raise+14)
01-06 12:43:27.230 125-125/? I/DEBUG:     #02  beab02e8  beab02f4  [stack]
01-06 12:43:27.230 125-125/? I/DEBUG:          beab02ec  400dbfdd  /system/lib/libc.so
01-06 12:43:27.240 125-125/? I/DEBUG: memory near r1:
01-06 12:43:27.240 125-125/? I/DEBUG:     00002110 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.240 125-125/? I/DEBUG:     00002120 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.240 125-125/? I/DEBUG:     00002130 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.240 125-125/? I/DEBUG:     00002140 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.240 125-125/? I/DEBUG:     00002150 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.240 125-125/? I/DEBUG:     00002160 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.240 125-125/? I/DEBUG:     00002170 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     00002180 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     00002190 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     000021a0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     000021b0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     000021c0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     000021d0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     000021e0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     000021f0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG:     00002200 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.250 125-125/? I/DEBUG: memory near r4:
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f0c 00000000 00000000 00000000 00000000  
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f1c beab0b3c 00000000 400b4f24 400b5154  
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f2c 0000000b 40382ad8 00000000 00000000  
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f3c 400b5194 00000000 00000000 56e778e0  
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f4c 00000000 00000000 00000000 00000000  
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f5c 00000000 4150b600 52603c40 00000000  
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f6c 5502dac8 00000000 00000000 588c5718  
01-06 12:43:27.250 125-125/? I/DEBUG:     400b4f7c 583bdf70 00000000 58906f48 58c068b0  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4f8c 590afe20 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4f9c 00000000 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4fac 00000000 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4fbc 00000000 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4fcc 00000000 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4fdc 00000000 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4fec 00000000 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG:     400b4ffc 00000000 00000000 00000000 00000000  
01-06 12:43:27.260 125-125/? I/DEBUG: memory near r8:
01-06 12:43:27.260 125-125/? I/DEBUG:     58aa5ff4 04005a46 4c464c4c 4c4c0300 4c040049  
01-06 12:43:27.260 125-125/? I/DEBUG:     58aa6004 0049494c 494c4c05 06004949 49494c4c  
01-06 12:43:27.260 125-125/? I/DEBUG:     58aa6014 08004949 49494c4c 5a4c4949 4c4c0500  
01-06 12:43:27.260 125-125/? I/DEBUG:     58aa6024 004a4949 494c4c05 06004c49 49494c4c  
01-06 12:43:27.260 125-125/? I/DEBUG:     58aa6034 0500494c 49494c4c 4c04005a 004a494c  
01-06 12:43:27.260 125-125/? I/DEBUG:     58aa6044 494c4c04 4c05004c 494c494c 4c4c0600  
01-06 12:43:27.260 125-125/? I/DEBUG:     58aa6054 4c494c49 4c4c0500 004c4c49 494c4c04  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa6064 4c05005a 495a494c 4c4c0500 004c5a49  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa6074 4a4c4c03 4c4c0400 03004c4a 004c4c4c  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa6084 4c4c4c04 4c050049 49494c4c 4c4c0600  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa6094 4c49494c 4c4c0500 004c494c 4c4c4c07  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa60a4 4c4c4c49 4c4c0400 04004a4c 4c4c4c4c  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa60b4 4c4c0500 00494c4c 4c4c4c06 0049494c  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa60c4 4c4c4c05 07004c4c 4c4c4c4c 004c494c  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa60d4 4c4c4c0c 4c494c4c 494a5a4c 4c0e005a  
01-06 12:43:27.270 125-125/? I/DEBUG:     58aa60e4 4c4c4c4c 5a4c4c49 5a4c4c4a 4c0d004c  
01-06 12:43:27.270 125-125/? I/DEBUG: memory near r9:
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44e70 00000001 00000001 51614b60 fc200000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44e80 58aa4395 00000000 00000000 00000253  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44e90 41a99b20 00000000 00000000 00000000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44ea0 00000000 00000000 41a65ae8 00000000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44eb0 00000000 00000000 00000000 00000000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44ec0 00000000 00000000 41a46a48 00000000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44ed0 41a69858 00000000 00000000 00000000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44ee0 00000000 00000000 00000000 41a3f6e0  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44ef0 41a8fa50 00000000 00000000 00000000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44f00 00000000 00000000 00000000 41a3ddd8  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44f10 41a99400 00000000 41a40c60 00000000  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44f20 00000000 00000000 41a46190 00000377  
01-06 12:43:27.270 125-125/? I/DEBUG:     41a44f30 00000258 00000000 00000000 ffffffff  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a44f40 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a44f50 40000377 40000258 00000001 00000000  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a44f60 00000000 00000000 00000000 00000000  
01-06 12:43:27.280 125-125/? I/DEBUG: memory near sl:
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b5f0 00000000 00000800 51249008 0000045b  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b600 522fc298 51251d88 51668a70 58baf000  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b610 938c00af 938c00af beab06a8 00000000  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b620 beab06fc 00000001 00000000 4152acc0  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b630 00000000 00000000 508ac870 5124c300  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b640 00000000 00000000 00000001 00006000  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b650 00000000 400b5154 4152acc0 4152fb80  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b660 00000000 41533c7c 41533cf0 41533ba0  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b670 41533bc0 41533c1c 00000000 00000000  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b680 59892118 00000028 00000000 00000000  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b690 00000000 00000006 00002000 415bc91c  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b6a0 00000000 51353968 00000008 54ffb008  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b6b0 00000001 00000080 00000200 00000000  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b6c0 00000002 52ce866e 52ce866e 00000004  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b6d0 52ce8680 512bcfe0 55086e30 53646bc0  
01-06 12:43:27.280 125-125/? I/DEBUG:     4150b6e0 d4a82e53 8d94bd59 53d46c58 ae8ec8e4  
01-06 12:43:27.280 125-125/? I/DEBUG: memory near fp:
01-06 12:43:27.280 125-125/? I/DEBUG:     41a39b6c 00000000 00000009 0000001b 415c2e90  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a39b7c 00000000 00000001 00000000 41a398c8  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a39b8c 0000001b 415eb810 00000000 41a39d38  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a39b9c 41a39d90 41a39d78 00000023 415c30e0  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a39bac 00000000 41a39bc8 a0e3dcec 00000000  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a39bbc 0000000b 415c30e0 00000033 415c3950  
01-06 12:43:27.280 125-125/? I/DEBUG:     41a39bcc 00000000 0000000b 00000000 006d002f  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39bdc 0074006e 0073002f 00630064 00720061  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39bec 00000064 41a39c00 00000033 416ffe60  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39bfc 00000000 41a3a498 00000000 41a3a480  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39c0c 00000000 00000000 41a7baa0 41a3a918  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39c1c 41a3b928 00000030 00000013 415cc0a0  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39c2c 00000000 41a39ba8 0000007b 415c3950  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39c3c 00000000 0000002e 00000000 006e0061  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39c4c 00720064 0069006f 002e0064 00750073  
01-06 12:43:27.290 125-125/? I/DEBUG:     41a39c5c 00700070 0072006f 002e0074 00370076  
01-06 12:43:27.290 125-125/? I/DEBUG: memory near ip:
01-06 12:43:27.290 125-125/? I/DEBUG:     00002110 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002120 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002130 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002140 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002150 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002160 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002170 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002180 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002190 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     000021a0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     000021b0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     000021c0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     000021d0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     000021e0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     000021f0 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG:     00002200 ffffffff ffffffff ffffffff ffffffff  
01-06 12:43:27.290 125-125/? I/DEBUG: memory near sp:
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0298 41a39b8c 400f06e1 beab02f0 58be3b17  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab02a8 beab031c 00000000 00000000 beab0444  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab02b8 400b4f2c 00000006 0000000b 00002132  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab02c8 00002132 400dd07b 400b4f24 00000006  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab02d8 00000000 51251d88 00000001 400dd273  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab02e8 beab02f4 400dbfdd 00000000 ffffffdf  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab02f8 401142c4 4011422c 00000000 400deb5b  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0308 415bc1f0 415bc1f0 00000000 400eb854  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0318 00000000 41552b9f 00000000 6c756e28  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0328 0000296c 00000000 00000000 00000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0338 00000000 00000000 00000000 00000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0348 00000000 00000000 00000000 00000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0358 00000000 00000000 00000000 00000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0368 00000000 00000000 00000000 00000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0378 00000000 00000000 00000000 00000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     beab0388 00000000 00000000 00000000 00000000  
01-06 12:43:27.300 125-125/? I/DEBUG: code around pc:
01-06 12:43:27.300 125-125/? I/DEBUG:     400ebf7c e8bd00f0 e3700a01 912fff1e e2600000  
01-06 12:43:27.300 125-125/? I/DEBUG:     400ebf8c ea006e7b e92d50f0 e3a07f43 ef000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     400ebf9c e8bd50f0 e3700a01 912fff1e e2600000  
01-06 12:43:27.300 125-125/? I/DEBUG:     400ebfac ea006e73 e92d50f0 e3a070ee ef000000  
01-06 12:43:27.300 125-125/? I/DEBUG:     400ebfbc e8bd50f0 e3700a01 912fff1e e2600000  
01-06 12:43:27.300 125-125/? I/DEBUG:     400ebfcc ea006e6b e1520003 8a00008c f5d1f040  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ebfdc e92d4001 e3520010 3a000024 e2603000  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ebfec e213300f 0a00000e e0422003 e1b0cf83  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ebffc 44d1e001 44c0e001 24d1c001 24d1e001  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ec00c 24c0c001 24c0e001 e1b0ce83 aa000001  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ec01c f4a1030d f480031d 3a000001 f421070d  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ec02c f400071d e2522040 3a000006 f421020d  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ec03c f421420d f5d1f100 e2522040 f400022d  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ec04c f400422d 2afffff8 e2922020 3a000002  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ec05c f421020d e2422020 f400022d e2822020  
01-06 12:43:27.310 125-125/? I/DEBUG:     400ec06c e3120010 0a000001 f4210a0d f4000a2d  
01-06 12:43:27.310 125-125/? I/DEBUG: code around lr:
01-06 12:43:27.310 125-125/? I/DEBUG:     400dd058 4b11ec2a e010447b d10e42bb 6a1f480f  
01-06 12:43:27.310 125-125/? I/DEBUG:     400dd068 f7fb4478 f00deca2 4639e9ca f00e462a  
01-06 12:43:27.310 125-125/? I/DEBUG:     400dd078 3001ef8c 2500d00a 681be009 d1eb2b00  
01-06 12:43:27.310 125-125/? I/DEBUG:     400dd088 25034807 f7fb4478 e000ec90 60266825  
01-06 12:43:27.310 125-125/? I/DEBUG:     400dd098 bdf84628 0003b348 0003b33c 0003b334  
01-06 12:43:27.310 125-125/? I/DEBUG:     400dd0a8 0003b310 bf82f7ff 47f0e92d 4a394b38  
01-06 12:43:27.310 125-125/? I/DEBUG:     400dd0b8 589e447b 6833b08a 460d4607 f0019309  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd0c8 46b1f9f5 f8d04604 2d008000 4628d04a  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd0d8 fef2f00f 4606280f f7ffd846 4287ffe3  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd0e8 200fd106 f00d4629 2800e898 e032d03d  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd0f8 44784829 ebd6f7fb 44784828 42b8e015  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd108 6a07d113 44784826 ec4ef7fb 463b4a25  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd118 447a2120 f013a801 2101fab7 f01aa801  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd128 1c43fdb5 d1044607 6800e015 d1e62800  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd138 4638e023 46324629 e8d2f00d 3ffff1b0  
01-06 12:43:27.320 125-125/? I/DEBUG:     400dd148 d1024682 29046821 4638d0f3 e922f00d  

                                      --------- beginning of /dev/log/system
01-06 12:43:27.510 471-500/? I/BootReceiver: Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE)
01-06 12:43:27.570 471-519/? W/InputDispatcher: channel '41fc0660 com.yptech.myfloodfilldemo/com.yptech.myfloodfilldemo.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
01-06 12:43:27.570 471-519/? E/InputDispatcher: channel '41fc0660 com.yptech.myfloodfilldemo/com.yptech.myfloodfilldemo.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
mar3kk commented 7 years ago

Hi Harin, Would it be a problem to share with me your project if it is not confidential or at least the part of code calling jni floodfill method?

Harin-Kaklotar commented 7 years ago

yes I can share with you

mar3kk commented 7 years ago

You can send it via email visible under my profile details.

Harin-Kaklotar commented 7 years ago

there is no email id :( please update your profile

mar3kk commented 7 years ago

updated

Harin-Kaklotar commented 7 years ago

ok i send it check your mail

mar3kk commented 7 years ago

Hi Harin, You've made a mistake in native method signature. You have public native String methodforfillcolor(Bitmap bitmap, int x, int y, int newColor, int tolerance); but it should be public [static] native void methodforfillcolor(Bitmap bitmap, int x, int y, int newColor, int tolerance);

This should fix Your problem.

Harin-Kaklotar commented 7 years ago

@mar3kk amazing, you are grate. :1st_place_medal: I do what ever you said, It was my mistake Now it work perfectly thank you my friend :) 👍