ArthurHub / ArthurHub/Android-Image-Cropper
Out of memory?
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I load an image and crop it with fixed aspect ratio, and I get this error, seems like it's out of memory :(
```
11-16 14:32:44.673 21949-22030/apps.ricc.dateapp E/art: Throwing OutOfMemoryError "Failed to allocate a 42614796 byte allocation with 16777168 free bytes and 38MB until OOM"
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI SetIntField called with pending exception 'java.lang.OutOfMemoryError' thrown in unknown throw location
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] in call to SetIntField
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] from android.graphics.Bitmap android.graphics.BitmapRegionDecoder.nativeDecodeRegion(long, int, int, int, int, android.graphics.BitmapFactory$Options)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] "AsyncTask #2" prio=5 tid=17 Runnable
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x12c340e0 self=0xafa22400
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] | sysTid=22030 nice=10 cgrp=apps/bg_non_interactive sched=0/0 handle=0xafa32080
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] | state=R schedstat=( 788660616 155067715 396 ) utm=54 stm=24 core=2 HZ=100
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] | stack=0x966ee000-0x966f0000 stackSize=1036KB
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #00 pc 000045d4 /system/lib/libbacktrace_libc++.so (_ZN13UnwindCurrent6UnwindEjP8ucontext+23)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #01 pc 00002e55 /system/lib/libbacktrace_libc++.so (_ZN9Backtrace6UnwindEjP8ucontext+8)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #02 pc 002475f9 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiPKcPNS_6mirror9ArtMethodE+68)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #03 pc 0022c3f3 /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+146)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #04 pc 000b11e3 /system/lib/libart.so (_ZN3artL8JniAbortEPKcS1_+582)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #05 pc 000b191d /system/lib/libart.so (_ZN3art9JniAbortFEPKcS1_z+60)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #06 pc 000b4a2d /system/lib/libart.so (_ZN3art11ScopedCheckC2EP7_JNIEnviPKc+1284)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #07 pc 000b84b9 /system/lib/libart.so (_ZN3art8CheckJNI11SetIntFieldEP7_JNIEnvP8_jobjectP9_jfieldIDi+28)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #08 pc 00076495 /system/lib/libandroid_runtime.so (???)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #09 pc 00095969 /system/lib/libandroid_runtime.so (???)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] native: #10 pc 0081ac81 /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_graphics_BitmapRegionDecoder_nativeDecodeRegion__JIIIILandroid_graphics_BitmapFactory_00024Options_2+152)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at android.graphics.BitmapRegionDecoder.nativeDecodeRegion(Native method)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at android.graphics.BitmapRegionDecoder.decodeRegion(BitmapRegionDecoder.java:373)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] - locked <0x17c84312> (a java.lang.Object)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at com.theartofdev.edmodo.cropper.BitmapUtils.decodeSampledBitmapRegion(BitmapUtils.java:655)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(BitmapUtils.java:485)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(BitmapUtils.java:254)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(BitmapCroppingWorkerTask.java:183)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(BitmapCroppingWorkerTask.java:23)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at android.os.AsyncTask$2.call(AsyncTask.java:288)
11-16 14:32:44.743 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at java.util.concurrent.FutureTask.run(FutureTask.java:237)
11-16 14:32:44.753 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
11-16 14:32:44.753 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:44.753 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:44.753 21949-22030/apps.ricc.dateapp A/art: art/runtime/check_jni.cc:65]
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] Runtime aborting...
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] Aborting thread:
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "AsyncTask #2" prio=4 tid=17 Native
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c340e0 self=0xafa22400
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22030 nice=10 cgrp=apps/bg_non_interactive sched=0/0 handle=0xafa32080
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=R schedstat=( 813993429 159533652 435 ) utm=56 stm=25 core=2 HZ=100
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x966ee000-0x966f0000 stackSize=1036KB
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes= "abort lock" "mutator lock"(shared held)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 000045d4 /system/lib/libbacktrace_libc++.so (_ZN13UnwindCurrent6UnwindEjP8ucontext+23)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00002e55 /system/lib/libbacktrace_libc++.so (_ZN9Backtrace6UnwindEjP8ucontext+8)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 002475f9 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiPKcPNS_6mirror9ArtMethodE+68)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0022c3f3 /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+146)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 0021ca93 /system/lib/libart.so (_ZN3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+22)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 0021ccf9 /system/lib/libart.so (_ZN3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+364)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 0021cec5 /system/lib/libart.so (_ZN3art7Runtime5AbortEv+72)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 000a7c93 /system/lib/libart.so (_ZN3art10LogMessageD1Ev+1322)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #08 pc 000b13c1 /system/lib/libart.so (_ZN3artL8JniAbortEPKcS1_+1060)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #09 pc 000b191d /system/lib/libart.so (_ZN3art9JniAbortFEPKcS1_z+60)
11-16 14:32:45.123 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #10 pc 000b4a2d /system/lib/libart.so (_ZN3art11ScopedCheckC2EP7_JNIEnviPKc+1284)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #11 pc 000b84b9 /system/lib/libart.so (_ZN3art8CheckJNI11SetIntFieldEP7_JNIEnvP8_jobjectP9_jfieldIDi+28)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #12 pc 00076495 /system/lib/libandroid_runtime.so (???)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #13 pc 00095969 /system/lib/libandroid_runtime.so (???)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #14 pc 0081ac81 /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_graphics_BitmapRegionDecoder_nativeDecodeRegion__JIIIILandroid_graphics_BitmapFactory_00024Options_2+152)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.graphics.BitmapRegionDecoder.nativeDecodeRegion(Native method)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.graphics.BitmapRegionDecoder.decodeRegion(BitmapRegionDecoder.java:373)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x17c84312> (a java.lang.Object)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils.decodeSampledBitmapRegion(BitmapUtils.java:655)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(BitmapUtils.java:485)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(BitmapUtils.java:254)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(BitmapCroppingWorkerTask.java:183)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(BitmapCroppingWorkerTask.java:23)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.os.AsyncTask$2.call(AsyncTask.java:288)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.FutureTask.run(FutureTask.java:237)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] Pending exception java.lang.OutOfMemoryError thrown by 'unknown throw location'
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] java.lang.OutOfMemoryError: Failed to allocate a 42614796 byte allocation with 16777168 free bytes and 38MB until OOM
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object dalvik.system.VMRuntime.newNonMovableArray!(java.lang.Class, int) (VMRuntime.java:-2)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.graphics.Bitmap android.graphics.BitmapRegionDecoder.nativeDecodeRegion(long, int, int, int, int, android.graphics.BitmapFactory$Options) (BitmapRegionDecoder.java:-2)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.graphics.Bitmap android.graphics.BitmapRegionDecoder.decodeRegion(android.graphics.Rect, android.graphics.BitmapFactory$Options) (BitmapRegionDecoder.java:373)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils$BitmapSampled com.theartofdev.edmodo.cropper.BitmapUtils.decodeSampledBitmapRegion(android.content.Context, android.net.Uri, android.graphics.Rect, int, int, int) (BitmapUtils.java:655)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils$BitmapSampled com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(android.content.Context, android.net.Uri, float[], int, int, int, boolean, int, int, int, int, boolean, boolean, int) (BitmapUtils.java:485)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils$BitmapSampled com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(android.content.Context, android.net.Uri, float[], int, int, int, boolean, int, int, int, int, boolean, boolean) (BitmapUtils.java:254)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask$Result com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(java.lang.Void[]) (BitmapCroppingWorkerTask.java:183)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(java.lang.Object[]) (BitmapCroppingWorkerTask.java:23)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:288)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1112)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:587)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at void java.lang.Thread.run() (Thread.java:818)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] Dumping all threads without appropriate locks held: thread list lock mutator lock
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] All threads:
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] DALVIK THREADS (21):
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "main" prio=4 tid=1 Native
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x77496ef0 self=0xb4f07800
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21949 nice=0 cgrp=apps sched=0/0 handle=0xb6f75ec8
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=R schedstat=( 2248641445 878533488 2642 ) utm=172 stm=52 core=0 HZ=100
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xbe6b1000-0xbe6b3000 stackSize=8MB
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00037414 /system/lib/libc.so (__epoll_pwait+20)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00011b2f /system/lib/libc.so (epoll_pwait+26)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 00011b3d /system/lib/libc.so (epoll_wait+6)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 00010fab /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+98)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 000111d5 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+92)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000824d9 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvi+22)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 000b136f /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_view_GLES20Canvas_nRestoreToCount__JI+102)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.os.MessageQueue.nativePollOnce(Native method)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.os.MessageQueue.next(MessageQueue.java:143)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.os.Looper.loop(Looper.java:130)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.app.ActivityThread.main(ActivityThread.java:5938)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.reflect.Method.invoke!(Native method)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.reflect.Method.invoke(Method.java:372)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1400)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195)
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.133 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "Signal Catcher" prio=4 tid=2 WaitingInMainSignalCatcherLoop
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c31080 self=0xafb0e400
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21955 nice=0 cgrp=apps sched=0/0 handle=0xb4a9c200
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 3855365 1603646 7 ) utm=0 stm=0 core=3 HZ=100
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb458a000-0xb458c000 stackSize=1012KB
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 000375e0 /system/lib/libc.so (__rt_sigtimedwait+12)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00014f05 /system/lib/libc.so (sigwait+24)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 0021fff3 /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+66)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 00221ae1 /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+196)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "JDWP" prio=4 tid=3 WaitingInMainDebuggerLoop
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c34080 self=0xaf80e400
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21956 nice=0 cgrp=apps sched=0/0 handle=0xb4a22080
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 6580729 6825835 27 ) utm=0 stm=0 core=3 HZ=100
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb4486000-0xb4488000 stackSize=1012KB
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00037094 /system/lib/libc.so (__pselect6+20)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00012f8f /system/lib/libc.so (select+60)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 002891f7 /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+186)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0018f169 /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+348)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 00190693 /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+10)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "Binder_1" prio=4 tid=5 Native
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c54080 self=0xaf148400
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21958 nice=0 cgrp=apps sched=0/0 handle=0xb4a22580
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 29003283 64636558 246 ) utm=1 stm=1 core=2 HZ=100
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb417e000-0xb4180000 stackSize=1012KB
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 0003826c /system/lib/libc.so (__ioctl+8)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 0004ee85 /system/lib/libc.so (ioctl+14)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 0001cbbb /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+138)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0001d0bb /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+6)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 0001d11d /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+48)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 00021293 /system/lib/libbinder.so (???)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 0000ef5d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 0005fda9 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+72)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #08 pc 0000eacd /system/lib/libutils.so (???)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #09 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #10 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "ReferenceQueueDaemon" prio=4 tid=6 Waiting
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c43080 self=0xaf410400
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21959 nice=0 cgrp=apps sched=0/0 handle=0xaf425080
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 8672861 3945364 42 ) utm=0 stm=0 core=3 HZ=100
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb4070000-0xb4072000 stackSize=1036KB
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbf01 /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000003d3 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x16a03ae3> (a java.lang.Class)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:133)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x16a03ae3> (a java.lang.Class)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.143 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "FinalizerDaemon" prio=4 tid=7 Waiting
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c430e0 self=0xaf410800
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21960 nice=0 cgrp=apps sched=0/0 handle=0xaf425300
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 19830314 9147079 43 ) utm=0 stm=1 core=0 HZ=100
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb3e6e000-0xb3e70000 stackSize=1036KB
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbed9 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x22bc6ce0> (a java.lang.ref.ReferenceQueue)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait(Object.java:422)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x22bc6ce0> (a java.lang.ref.ReferenceQueue)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:173)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "Binder_2" prio=4 tid=8 Native
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c7c080 self=0xaea06400
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21961 nice=0 cgrp=apps sched=0/0 handle=0xaf15b080
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 27263285 86900309 232 ) utm=0 stm=2 core=3 HZ=100
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb3f72000-0xb3f74000 stackSize=1012KB
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 0003826c /system/lib/libc.so (__ioctl+8)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 0004ee85 /system/lib/libc.so (ioctl+14)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 0001cbbb /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+138)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0001d0bb /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+6)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 0001d11d /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+48)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 00021293 /system/lib/libbinder.so (???)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 0000ef5d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 0005fda9 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+72)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #08 pc 0000eacd /system/lib/libutils.so (???)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #09 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #10 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "FinalizerWatchdogDaemon" prio=4 tid=9 Sleeping
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c43140 self=0xaf410c00
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21962 nice=0 cgrp=apps sched=0/0 handle=0xaf425580
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 5338593 1823907 13 ) utm=0 stm=0 core=0 HZ=100
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb3d60000-0xb3d62000 stackSize=1036KB
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 0001010c /system/lib/libc.so (syscall+32)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa4cb /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+98)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb4e9 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+468)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 00071c2d /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+132)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.sleep!(Native method)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - sleeping on <0x08a6cb99> (a java.lang.Object)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.sleep(Thread.java:1031)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x08a6cb99> (a java.lang.Object)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.sleep(Thread.java:985)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:257)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:268)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:216)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "HeapTrimmerDaemon" prio=4 tid=10 Waiting
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c431a0 self=0xaf411000
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21963 nice=0 cgrp=apps sched=0/0 handle=0xaf425800
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 5154793 3053489 10 ) utm=0 stm=0 core=3 HZ=100
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb3c4e000-0xb3c50000 stackSize=1036KB
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.153 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbf01 /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000003d3 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x12637e5e> (a java.lang.Daemons$HeapTrimmerDaemon)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:310)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x12637e5e> (a java.lang.Daemons$HeapTrimmerDaemon)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "GCDaemon" prio=4 tid=4 Waiting
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c43200 self=0xaf411400
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21964 nice=0 cgrp=apps sched=0/0 handle=0xaf425a80
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 111259908 46563896 224 ) utm=10 stm=1 core=2 HZ=100
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb3b44000-0xb3b46000 stackSize=1036KB
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbf01 /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000003d3 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x3f91a23f> (a java.lang.Daemons$GCDaemon)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Daemons$GCDaemon.run(Daemons.java:341)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x3f91a23f> (a java.lang.Daemons$GCDaemon)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "Measurement Worker" prio=4 tid=11 TimedWaiting
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12d752e0 self=0xb4a67c00
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21966 nice=0 cgrp=apps sched=0/0 handle=0xb4a22d00
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 23834788 10633072 45 ) utm=1 stm=1 core=0 HZ=100
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xb3a3e000-0xb3a40000 stackSize=1036KB
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 0001010c /system/lib/libc.so (syscall+32)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa4cb /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+98)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb4e9 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+468)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbed9 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "pool-1-thread-1" prio=4 tid=12 Waiting
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12da4440 self=0xb396f400
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21967 nice=0 cgrp=apps sched=0/0 handle=0xb3967080
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 21890520 8331459 40 ) utm=0 stm=2 core=1 HZ=100
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xafcde000-0xafce0000 stackSize=1036KB
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbed9 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x2c2b770c> (a java.lang.Object)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.parkFor(Thread.java:1220)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x2c2b770c> (a java.lang.Object)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at sun.misc.Unsafe.park(Unsafe.java:299)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.163 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "RenderThread" prio=4 tid=13 Native
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c44700 self=0xaf71b400
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=21973 nice=-4 cgrp=apps sched=0/0 handle=0xb4a24d80
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 2215330558 421170284 3512 ) utm=91 stm=130 core=2 HZ=100
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xaf304000-0xaf306000 stackSize=1012KB
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00037414 /system/lib/libc.so (__epoll_pwait+20)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00011b2f /system/lib/libc.so (epoll_pwait+26)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 00011b3d /system/lib/libc.so (epoll_wait+6)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 00010fab /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+98)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 000111d5 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+92)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 00045129 /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+44)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 0000ef5d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 0005fda9 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+72)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #08 pc 0000eacd /system/lib/libutils.so (???)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #09 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #10 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "AsyncTask #1" prio=4 tid=16 Waiting
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c31980 self=0xb4a6c000
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22029 nice=0 cgrp=apps sched=0/0 handle=0xb4a26400
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 2102919 1256718 14 ) utm=0 stm=0 core=0 HZ=100
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x9685e000-0x96860000 stackSize=1036KB
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbed9 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x2c0f8855> (a java.lang.Object)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.parkFor(Thread.java:1220)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x2c0f8855> (a java.lang.Object)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at sun.misc.Unsafe.park(Unsafe.java:299)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "AsyncTask #2" prio=4 tid=17 Native
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c340e0 self=0xafa22400
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22030 nice=10 cgrp=apps/bg_non_interactive sched=0/0 handle=0xafa32080
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=R schedstat=( 1026762070 203737617 617 ) utm=65 stm=37 core=0 HZ=100
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x966ee000-0x966f0000 stackSize=1036KB
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes= "abort lock"
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 000045d4 /system/lib/libbacktrace_libc++.so (_ZN13UnwindCurrent6UnwindEjP8ucontext+23)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00002e55 /system/lib/libbacktrace_libc++.so (_ZN9Backtrace6UnwindEjP8ucontext+8)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 002475f9 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiPKcPNS_6mirror9ArtMethodE+68)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0022c3f3 /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+146)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 00234d71 /system/lib/libart.so (_ZN3art10ThreadList10DumpLockedERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+104)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 0021cc79 /system/lib/libart.so (_ZN3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+236)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 0021cec5 /system/lib/libart.so (_ZN3art7Runtime5AbortEv+72)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 000a7c93 /system/lib/libart.so (_ZN3art10LogMessageD1Ev+1322)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #08 pc 000b13c1 /system/lib/libart.so (_ZN3artL8JniAbortEPKcS1_+1060)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #09 pc 000b191d /system/lib/libart.so (_ZN3art9JniAbortFEPKcS1_z+60)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #10 pc 000b4a2d /system/lib/libart.so (_ZN3art11ScopedCheckC2EP7_JNIEnviPKc+1284)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #11 pc 000b84b9 /system/lib/libart.so (_ZN3art8CheckJNI11SetIntFieldEP7_JNIEnvP8_jobjectP9_jfieldIDi+28)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #12 pc 00076495 /system/lib/libandroid_runtime.so (???)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #13 pc 00095969 /system/lib/libandroid_runtime.so (???)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #14 pc 0081ac81 /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_graphics_BitmapRegionDecoder_nativeDecodeRegion__JIIIILandroid_graphics_BitmapFactory_00024Options_2+152)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.graphics.BitmapRegionDecoder.nativeDecodeRegion(Native method)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.graphics.BitmapRegionDecoder.decodeRegion(BitmapRegionDecoder.java:373)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x17c84312> (a java.lang.Object)
11-16 14:32:45.173 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils.decodeSampledBitmapRegion(BitmapUtils.java:655)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(BitmapUtils.java:485)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(BitmapUtils.java:254)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(BitmapCroppingWorkerTask.java:183)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at com.theartofdev.edmodo.cropper.BitmapCroppingWorkerTask.doInBackground(BitmapCroppingWorkerTask.java:23)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at android.os.AsyncTask$2.call(AsyncTask.java:288)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.FutureTask.run(FutureTask.java:237)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "AsyncTask #3" prio=4 tid=18 Waiting
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c31aa0 self=0xb4a6c800
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22031 nice=0 cgrp=apps sched=0/0 handle=0xb4a25280
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 1333021 629531 7 ) utm=0 stm=0 core=0 HZ=100
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x9656e000-0x96570000 stackSize=1036KB
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbed9 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x04e5226a> (a java.lang.Object)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.parkFor(Thread.java:1220)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x04e5226a> (a java.lang.Object)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at sun.misc.Unsafe.park(Unsafe.java:299)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "AsyncTask #4" prio=4 tid=19 Waiting
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c449a0 self=0xafb39400
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22032 nice=10 cgrp=apps/bg_non_interactive sched=0/0 handle=0xafb4a080
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 600361353 131741302 291 ) utm=52 stm=8 core=2 HZ=100
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x963be000-0x963c0000 stackSize=1036KB
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbed9 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x2e08235b> (a java.lang.Object)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.parkFor(Thread.java:1220)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x2e08235b> (a java.lang.Object)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at sun.misc.Unsafe.park(Unsafe.java:299)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "AsyncTask #5" prio=4 tid=20 Waiting
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c54320 self=0xaf848400
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22033 nice=0 cgrp=apps sched=0/0 handle=0xaf859080
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 1178490 2071561 10 ) utm=0 stm=0 core=0 HZ=100
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x961fd000-0x961ff000 stackSize=1036KB
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.183 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 000aa717 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 001eb6fb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+998)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 001eccd5 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+120)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 001fbed9 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Object.wait!(Native method)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - waiting on <0x079ef7f8> (a java.lang.Object)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.parkFor(Thread.java:1220)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] - locked <0x079ef7f8> (a java.lang.Object)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at sun.misc.Unsafe.park(Unsafe.java:299)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] at java.lang.Thread.run(Thread.java:818)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "Binder_3" prio=4 tid=21 Native
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12e0c080 self=0xaf1cf400
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22104 nice=0 cgrp=apps sched=0/0 handle=0xaea2a080
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 7484316 45360477 97 ) utm=0 stm=0 core=2 HZ=100
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0xa0b04000-0xa0b06000 stackSize=1012KB
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 0003826c /system/lib/libc.so (__ioctl+8)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 0004ee85 /system/lib/libc.so (ioctl+14)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 0001cbbb /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+138)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0001d0bb /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+6)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 0001d11d /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+48)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 00021293 /system/lib/libbinder.so (???)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 0000ef5d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 0005fda9 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+72)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #08 pc 0000eacd /system/lib/libutils.so (???)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #09 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #10 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "hwuiTask1" prio=4 tid=14 Native
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c01940 self=0xaef13400
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22154 nice=-2 cgrp=apps sched=0/0 handle=0xaef53c00
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 66255152 45775107 214 ) utm=3 stm=3 core=3 HZ=100
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x9b1e6000-0x9b1e8000 stackSize=1012KB
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00013685 /system/lib/libc.so (_Z33__pthread_cond_timedwait_relativeP14pthread_cond_tP15pthread_mutex_tPK8timespec+56)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 000150a9 /system/lib/libhwui.so (???)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0000ef5d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 0005fda9 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+72)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 0000eacd /system/lib/libutils.so (???)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] "hwuiTask2" prio=4 tid=15 Native
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | group="" sCount=0 dsCount=0 obj=0x12c319e0 self=0xa0c10400
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | sysTid=22155 nice=-2 cgrp=apps sched=0/0 handle=0xa069f080
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | state=S schedstat=( 16476936 37618951 81 ) utm=1 stm=0 core=2 HZ=100
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | stack=0x9b0e8000-0x9b0ea000 stackSize=1012KB
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] | held mutexes=
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #00 pc 00010108 /system/lib/libc.so (syscall+28)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #01 pc 00013685 /system/lib/libc.so (_Z33__pthread_cond_timedwait_relativeP14pthread_cond_tP15pthread_mutex_tPK8timespec+56)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #02 pc 000150a9 /system/lib/libhwui.so (???)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #03 pc 0000ef5d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #04 pc 0005fda9 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+72)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #05 pc 0000eacd /system/lib/libutils.so (???)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #06 pc 000137b3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] native: #07 pc 00011893 /system/lib/libc.so (__start_thread+6)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286] (no managed stack frames)
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.193 21949-22030/apps.ricc.dateapp A/art: art/runtime/runtime.cc:286]
11-16 14:32:45.203 21949-22030/apps.ricc.dateapp A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 22030 (AsyncTask #2)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.