smartlook / smartlook-android-sdk

5 stars 1 forks source link

ANR: Input dispatching timed out #42

Open deepak140596 opened 4 years ago

deepak140596 commented 4 years ago

Steps to reproduce:

  1. Turn on smart look recording.
  2. An overlay comes over the app, such as sign in via google(com.firebase.ui.auth.ui.idp.SingleSignInActivity) or facebook (com.facebook.FacebookActivity)
  3. An ANR occurs with the following message : Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. waitqueue length = 17, head.seq = 2607442, Wait queue head age: 384971.7ms.)

ANR disappears when Smartlook recording is off.

Stack Trace:

2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132] JNI ERROR (app bug): local reference table overflow (max=512)
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132] local reference table dump:
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]   Last 10 entries (of 511):
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       510: 0x130560d0 long[] (16 elements)
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       509: 0x12d16290 android.view.FrameMetrics
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       508: 0x1301c820 long[] (16 elements)
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       507: 0x12cac9a0 android.view.FrameMetrics
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       506: 0x134ce430 long[] (16 elements)
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       505: 0x12c91d80 android.view.FrameMetrics
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       504: 0x134ce670 long[] (16 elements)
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       503: 0x12c8dac0 android.view.FrameMetrics
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       502: 0x134ce820 long[] (16 elements)
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       501: 0x12c1efd0 android.view.FrameMetrics
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]   Summary:
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       252 of long[] (16 elements) (72 unique instances)
2020-03-31 14:21:29.423 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]       252 of android.view.FrameMetrics (72 unique instances)
2020-03-31 14:21:29.424 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]         4 of java.lang.String (4 unique instances)
2020-03-31 14:21:29.424 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]         2 of java.lang.Class (2 unique instances)
2020-03-31 14:21:29.424 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132]         1 of java.lang.String[] (4 elements)
2020-03-31 14:21:29.424 13214-13214/com.capitalx.blissfully A/art: art/runtime/indirect_reference_table.cc:132] 
2020-03-31 14:21:29.821 13214-13390/com.capitalx.blissfully D/IMGSRV: gralloc_unregister_buffer:1491: ID=154503 ref=1
2020-03-31 14:21:30.098 13214-13225/com.capitalx.blissfully W/art: Suspending all threads took: 358.009ms
2020-03-31 14:21:30.117 13214-13225/com.capitalx.blissfully I/art: Background sticky concurrent mark sweep GC freed 36133(1577KB) AllocSpace objects, 7(604KB) LOS objects, 0% free, 74MB/74MB, paused 365.589ms total 717.493ms
2020-03-31 14:21:30.239 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] Runtime aborting...
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] Aborting thread:
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "main" prio=10 tid=1 Runnable
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=0 dsCount=0 obj=0x754e0a70 self=0x7f9402aa00
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13214 nice=-10 cgrp=default sched=0/0 handle=0x7f980eaa98
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=R schedstat=( 2479399968 122089837 2304 ) utm=211 stm=36 core=1 HZ=100
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7fd4b97000-0x7fd4b99000 stackSize=8MB
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes= "abort lock" "mutator lock"(shared held)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000047f284  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 000000000047f280  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000045330c  /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+480)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 0000000000441284  /system/lib64/libart.so (???)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000004410a4  /system/lib64/libart.so (???)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 0000000000434a84  /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+148)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 00000000000e5c7c  /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1592)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #07 pc 000000000024db50  /system/lib64/libart.so (_ZN3art22IndirectReferenceTable3AddEjPNS_6mirror6ObjectE+308)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #08 pc 000000000032c608  /system/lib64/libart.so (???)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #09 pc 00000000000ea0bc  /system/lib64/libandroid_runtime.so (_ZN7android13NotifyHandler13handleMessageERKNS_7MessageE+60)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #10 pc 00000000000183f8  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+764)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #11 pc 000000000001803c  /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+60)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #12 pc 00000000000f2354  /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #13 pc 000000000113bd10  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+140)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.MessageQueue.nativePollOnce(Native method)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.MessageQueue.next(MessageQueue.java:323)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.Looper.loop(Looper.java:136)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.main(ActivityThread.java:6243)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.reflect.Method.invoke!(Native method)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] Dumping all threads without appropriate locks held: thread list lock
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] All threads:
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] DALVIK THREADS (145):
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "main" prio=10 tid=1 Runnable
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=0 dsCount=0 obj=0x754e0a70 self=0x7f9402aa00
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13214 nice=-10 cgrp=default sched=0/0 handle=0x7f980eaa98
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=R schedstat=( 2636053121 122319838 2314 ) utm=216 stm=47 core=0 HZ=100
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7fd4b97000-0x7fd4b99000 stackSize=8MB
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes= "abort lock" "mutator lock"(shared held)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000047f284  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 000000000047f280  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000045330c  /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+480)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 000000000046ae94  /system/lib64/libart.so (???)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 000000000046307c  /system/lib64/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+476)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 0000000000462c6c  /system/lib64/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+848)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 00000000004410b4  /system/lib64/libart.so (???)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #07 pc 0000000000434a84  /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+148)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #08 pc 00000000000e5c7c  /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1592)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #09 pc 000000000024db50  /system/lib64/libart.so (_ZN3art22IndirectReferenceTable3AddEjPNS_6mirror6ObjectE+308)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #10 pc 000000000032c608  /system/lib64/libart.so (???)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #11 pc 00000000000ea0bc  /system/lib64/libandroid_runtime.so (_ZN7android13NotifyHandler13handleMessageERKNS_7MessageE+60)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #12 pc 00000000000183f8  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+764)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #13 pc 000000000001803c  /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+60)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #14 pc 00000000000f2354  /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #15 pc 000000000113bd10  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+140)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.MessageQueue.nativePollOnce(Native method)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.MessageQueue.next(MessageQueue.java:323)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.Looper.loop(Looper.java:136)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.main(ActivityThread.java:6243)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.reflect.Method.invoke!(Native method)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Jit thread pool worker thread 0" prio=10 tid=2 Native
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c1db80 self=0x7f9402b400
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13219 nice=9 cgrp=default sched=0/0 handle=0x7f935ff450
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 1110882410 424917747 1632 ) utm=77 stm=34 core=5 HZ=100
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f93501000-0x7f93503000 stackSize=1021KB
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000046cc58  /system/lib64/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+248)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 000000000046c0f4  /system/lib64/libart.so (_ZN3art16ThreadPoolWorker3RunEv+124)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 000000000046ba18  /system/lib64/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+132)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 0000000000066dec  /system/lib64/libc.so (_ZL15__pthread_startPv+208)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 000000000001da58  /system/lib64/libc.so (__start_thread+16)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Signal Catcher" prio=10 tid=3 WaitingInMainSignalCatcherLoop
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c1dc10 self=0x7f9402be00
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13220 nice=0 cgrp=default sched=0/0 handle=0x7f934fe450
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 248307 0 2 ) utm=0 stm=0 core=5 HZ=100
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f93404000-0x7f93406000 stackSize=1005KB
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_sigtimedwait+0x158/0x244
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_rt_sigtimedwait+0xa4/0xfc
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 00000000000693c0  /system/lib64/libc.so (__rt_sigtimedwait+8)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 0000000000024474  /system/lib64/libc.so (sigwait+44)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 00000000004459e8  /system/lib64/libart.so (???)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000004454a4  /system/lib64/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+232)
2020-03-31 14:21:30.240 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 0000000000443a38  /system/lib64/libart.so (_ZN3art13SignalCatcher3RunEPv+400)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 0000000000066dec  /system/lib64/libc.so (_ZL15__pthread_startPv+208)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 000000000001da58  /system/lib64/libc.so (__start_thread+16)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "JDWP" prio=10 tid=4 WaitingInMainDebuggerLoop
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c1dca0 self=0x7f9402c800
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13221 nice=0 cgrp=default sched=0/0 handle=0x7f93401450
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 1191155 494000 8 ) utm=0 stm=0 core=5 HZ=100
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f93307000-0x7f93309000 stackSize=1005KB
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: poll_schedule_timeout+0x54/0xd0
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_select+0x3e4/0x510
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: core_sys_select+0x1a0/0x300
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_pselect6+0x230/0x254
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 0000000000069318  /system/lib64/libc.so (__pselect6+8)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 0000000000022c2c  /system/lib64/libc.so (select+140)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000055851c  /system/lib64/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+348)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 000000000030542c  /system/lib64/libart.so (_ZN3art4JDWP9JdwpState3RunEv+916)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000003048dc  /system/lib64/libart.so (???)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 0000000000066dec  /system/lib64/libc.so (_ZL15__pthread_startPv+208)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 000000000001da58  /system/lib64/libc.so (__start_thread+16)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "FinalizerDaemon" prio=10 tid=5 Waiting
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c1ddc0 self=0x7f940a0400
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13223 nice=4 cgrp=default sched=0/0 handle=0x7f931ff450
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 33561307 4252228 131 ) utm=3 stm=0 core=3 HZ=100
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f930fd000-0x7f930ff000 stackSize=1037KB
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x0ab17ea6> (a java.lang.Object)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait(Object.java:407)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x0ab17ea6> (a java.lang.Object)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:232)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "ReferenceQueueDaemon" prio=10 tid=6 Waiting
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c1dd30 self=0x7f9402d200
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13222 nice=4 cgrp=default sched=0/0 handle=0x7f93304450
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 45480240 10718153 138 ) utm=4 stm=0 core=3 HZ=100
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f93202000-0x7f93204000 stackSize=1037KB
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 0000000000000830  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__+124)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x0c8db0e7> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:178)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x0c8db0e7> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "FinalizerWatchdogDaemon" prio=10 tid=7 Sleeping
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c1de50 self=0x7f940a0e00
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13224 nice=4 cgrp=default sched=0/0 handle=0x7f930fa450
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 355692 541309 14 ) utm=0 stm=0 core=3 HZ=100
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f92ff8000-0x7f92ffa000 stackSize=1037KB
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beb0  /system/lib64/libc.so (syscall+32)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e856c  /system/lib64/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadEli+176)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000ba478  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+164)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.sleep!(Native method)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - sleeping on <0x0de4e494> (a java.lang.Object)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.sleep(Thread.java:371)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x0de4e494> (a java.lang.Object)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.sleep(Thread.java:313)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:342)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:364)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:281)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "HeapTaskDaemon" prio=10 tid=8 WaitingForCheckPointsToRun
2020-03-31 14:21:30.241 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c1dee0 self=0x7f940a1800
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13225 nice=4 cgrp=default sched=0/0 handle=0x7f92ff0450
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 2869709235 297535392 1476 ) utm=271 stm=15 core=2 HZ=100
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f92eee000-0x7f92ef0000 stackSize=1037KB
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 00000000000e06c0  /system/lib64/libart.so (_ZN3art7Barrier9IncrementEPNS_6ThreadEi+84)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000001ec094  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep19MarkRootsCheckpointEPNS_6ThreadEb+696)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000001ebcc0  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep13PreCleanCardsEv+232)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 00000000001eb598  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep12MarkingPhaseEv+220)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 00000000001eb3a0  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep9RunPhasesEv+212)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #07 pc 00000000001e3adc  /system/lib64/libart.so (_ZN3art2gc9collector16GarbageCollector3RunENS0_7GcCauseEb+332)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #08 pc 0000000000213868  /system/lib64/libart.so (_ZN3art2gc4Heap22CollectGarbageInternalENS0_9collector6GcTypeENS0_7GcCauseEb+3052)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #09 pc 000000000021ae34  /system/lib64/libart.so (_ZN3art2gc4Heap12ConcurrentGCEPNS_6ThreadEb+124)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #10 pc 0000000000221f90  /system/lib64/libart.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #11 pc 000000000024334c  /system/lib64/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+64)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #12 pc 00000000005f6910  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+124)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:461)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Binder:13214_1" prio=10 tid=9 Native
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c2f160 self=0x7f940a2200
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13226 nice=0 cgrp=default sched=0/0 handle=0x7f92de8450
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 13823617 4842689 78 ) utm=1 stm=0 core=0 HZ=100
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f92cee000-0x7f92cf0000 stackSize=1005KB
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000032f444  /system/lib64/libart.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000a7e0c  /system/lib64/libandroid_runtime.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000000fe630  /system/lib64/libandroid_runtime.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 0000000000049d84  /system/lib64/libbinder.so (_ZN7android7BBinder8transactEjRKNS_6ParcelEPS1_j+132)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 0000000000055a58  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14executeCommandEi+816)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #07 pc 0000000000055678  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+156)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #08 pc 0000000000055ccc  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+60)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #09 pc 0000000000072ba0  /system/lib64/libbinder.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #10 pc 0000000000012554  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+272)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #11 pc 00000000000a0208  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+116)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #12 pc 0000000000066dec  /system/lib64/libc.so (_ZL15__pthread_startPv+208)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #13 pc 000000000001da58  /system/lib64/libc.so (__start_thread+16)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Binder:13214_2" prio=10 tid=10 Native
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c2f1f0 self=0x7f940a2c00
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13227 nice=0 cgrp=default sched=0/0 handle=0x7f92ce6450
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 11889300 4199464 111 ) utm=1 stm=0 core=4 HZ=100
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f92bec000-0x7f92bee000 stackSize=1005KB
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000032f444  /system/lib64/libart.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000a7e0c  /system/lib64/libandroid_runtime.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000000fe630  /system/lib64/libandroid_runtime.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 0000000000049d84  /system/lib64/libbinder.so (_ZN7android7BBinder8transactEjRKNS_6ParcelEPS1_j+132)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 0000000000055a58  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14executeCommandEi+816)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #07 pc 0000000000055678  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+156)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #08 pc 0000000000055ccc  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+60)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #09 pc 0000000000072ba0  /system/lib64/libbinder.so (???)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #10 pc 0000000000012554  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+272)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #11 pc 00000000000a0208  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+116)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #12 pc 0000000000066dec  /system/lib64/libc.so (_ZL15__pthread_startPv+208)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #13 pc 000000000001da58  /system/lib64/libc.so (__start_thread+16)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Profile Saver" prio=10 tid=11 Native
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c59670 self=0x7f940a3600
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13229 nice=-10 cgrp=default sched=0/0 handle=0x7f92be0450
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 22792307 266077 9 ) utm=2 stm=0 core=0 HZ=100
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f92ae6000-0x7f92ae8000 stackSize=1005KB
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000031e78c  /system/lib64/libart.so (_ZN3art12ProfileSaver3RunEv+284)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 000000000031fec4  /system/lib64/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+100)
2020-03-31 14:21:30.242 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 0000000000066dec  /system/lib64/libc.so (_ZL15__pthread_startPv+208)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 000000000001da58  /system/lib64/libc.so (__start_thread+16)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "firebase-iid-executor" prio=10 tid=12 TimedWaiting
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c2b160 self=0x7f873a1000
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13237 nice=0 cgrp=default sched=0/0 handle=0x7f928d3450
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 16123848 953080 44 ) utm=1 stm=0 core=2 HZ=100
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f927d1000-0x7f927d3000 stackSize=1037KB
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beb0  /system/lib64/libc.so (syscall+32)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e856c  /system/lib64/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadEli+176)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x06929b3d> (a java.lang.Object)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x06929b3d> (a java.lang.Object)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "FirebaseInstanceId" prio=10 tid=13 Waiting
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c598b0 self=0x7f873a1a00
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13240 nice=0 cgrp=default sched=0/0 handle=0x7f927c7450
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 5912311 3286152 19 ) utm=0 stm=0 core=0 HZ=100
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f926c5000-0x7f926c7000 stackSize=1037KB
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.243 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x08e5d5df> (a java.lang.Object)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x08e5d5df> (a java.lang.Object)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "pool-3-thread-2" prio=10 tid=19 TimedWaiting
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c7f310 self=0x7f873a5600
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13248 nice=0 cgrp=default sched=0/0 handle=0x7f9217f450
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f9207d000-0x7f9207f000 stackSize=1037KB
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beb0  /system/lib64/libc.so (syscall+32)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e856c  /system/lib64/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadEli+176)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x0a80322c> (a java.lang.Object)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x0a80322c> (a java.lang.Object)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:432)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:333)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:908)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "pool-5-thread-1" prio=10 tid=20 TimedWaiting
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12cfce50 self=0x7f873ae000
2020-03-31 14:21:30.246 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13250 nice=0 cgrp=default sched=0/0 handle=0x7f8bab1450
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12f7a310 self=0x7f75879000
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13275 nice=0 cgrp=default sched=0/0 handle=0x7f74ed2450
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f74ccb000-0x7f74ccd000 stackSize=1037KB
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.254 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beb0  /system/lib64/libc.so (syscall+32)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x0815f4cf> (a java.lang.Object)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)
2020-03-31 14:21:30.255 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.256 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.256 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.256 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.256 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e856c  /system/lib64/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadEli+176)
2020-03-31 14:21:30.256 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.256 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.257 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.258 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beb0  /system/lib64/libc.so (syscall+32)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000032f444  /system/lib64/libart.so (???)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 0000000000055a58  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14executeCommandEi+816)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #07 pc 0000000000055678  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+156)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #08 pc 0000000000055ccc  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+60)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #09 pc 0000000000072ba0  /system/lib64/libbinder.so (???)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #11 pc 00000000000a0208  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+116)
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12f7a0d0 self=0x7f7591e000
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13303 nice=0 cgrp=default sched=0/0 handle=0x7f6fc2c450
2020-03-31 14:21:30.260 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6fb2a000-0x7f6fb2c000 stackSize=1037KB
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x04f63cf4> (a java.lang.Object)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1091)
2020-03-31 14:21:30.261 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x07edde92> (a java.lang.Object)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "com.mixpanel.android.AnalyticsWorker" prio=10 tid=54 Native
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12fa65e0 self=0x7f7591fe00
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6f81b000-0x7f6f81d000 stackSize=1037KB
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_epoll_wait+0x348/0x498
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 00000000000691e0  /system/lib64/libc.so (__epoll_pwait+8)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 000000000001e11c  /system/lib64/libc.so (epoll_pwait+44)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 0000000000018198  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+156)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000000f2354  /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 000000000113bd10  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+140)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.MessageQueue.nativePollOnce(Native method)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.MessageQueue.next(MessageQueue.java:323)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.HandlerThread.run(HandlerThread.java:61)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "arch_disk_io_2" prio=10 tid=55 Waiting
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12fb4e50 self=0x7f75920800
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13307 nice=0 cgrp=default sched=0/0 handle=0x7f6f818450
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6f716000-0x7f6f718000 stackSize=1037KB
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x01047063> (a java.lang.Object)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Thread-11" prio=10 tid=56 Waiting
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12c9f160 self=0x7f75921200
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 6412385 19302772 46 ) utm=0 stm=0 core=7 HZ=100
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6f60a000-0x7f6f60c000 stackSize=1037KB
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.262 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x08b43460> (a java.lang.Object)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Thread-12" prio=10 tid=57 Waiting
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12c9fd30 self=0x7f75921c00
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13319 nice=10 cgrp=default sched=0/0 handle=0x7f6f5f8450
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6f4f6000-0x7f6f4f8000 stackSize=1037KB
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.263 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x0cdc5abc> (a java.lang.Object)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12cfc430 self=0x7f75848c00
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13357 nice=10 cgrp=default sched=0/0 handle=0x7f6dc2c450
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.274 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.275 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.275 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "RxComputationThreadPool-2" prio=10 tid=84 Waiting
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12f14700 self=0x7f759f1a00
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13360 nice=0 cgrp=default sched=0/0 handle=0x7f6d91d450
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1091)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "pool-13-thread-1" prio=10 tid=85 TimedWaiting
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12f44ca0 self=0x7f759f3800
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13362 nice=0 cgrp=default sched=0/0 handle=0x7f70844450
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e856c  /system/lib64/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadEli+176)
2020-03-31 14:21:30.276 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.277 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x0bed15c1> (a java.lang.Object)
2020-03-31 14:21:30.277 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.277 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
2020-03-31 14:21:30.277 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.277 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.277 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.277 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "FirestoreWorker" prio=10 tid=88 TimedWaiting
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6d4fd000-0x7f6d4ff000 stackSize=1037KB
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beb0  /system/lib64/libc.so (syscall+32)
2020-03-31 14:21:30.278 13214-13390/com.capitalx.blissfully D/IMGSRV: gralloc_register_buffer:1376: hnd=0x7f689558c0 ID=155068 fd=162 ref=2
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c234  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - waiting on <0x0d521ca7> (a java.lang.Object)
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at com.google.firebase.firestore.util.AsyncQueue$SynchronizedShutdownAwareExecutor$DelayedStartFactory.run(com.google.firebase:firebase-firestore@@21.4.1:229)
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_epoll_pwait+0x120/0x12c
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 000000000001e11c  /system/lib64/libc.so (epoll_pwait+44)
2020-03-31 14:21:30.278 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 0000000000018198  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+156)
2020-03-31 14:21:30.279 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
2020-03-31 14:21:30.280 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
2020-03-31 14:21:30.281 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.281 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.281 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.281 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035)
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at com.instabug.library.util.threading.b$a.run(PriorityThreadFactory.java:8)
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.282 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.283 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6c045000-0x7f6c047000 stackSize=1037KB
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.HandlerThread.run(HandlerThread.java:61)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6b294000-0x7f6b296000 stackSize=1037KB
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_sys_poll+0x2d8/0x3f0
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_ppoll+0x1b0/0x1f0
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 0000000000084e94  /data/app/com.google.android.gms-1/lib/arm64/libconscrypt_gmscore_jni.so (???)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 000000000007d8c8  /data/app/com.google.android.gms-1/lib/arm64/libconscrypt_gmscore_jni.so (???)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x06576f6d> (a java.lang.Object)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at okio.Okio$2.read(Okio.java:140)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13397 nice=0 cgrp=default sched=0/0 handle=0x7f6b0fe450
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_epoll_wait+0x348/0x498
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 000000000001e11c  /system/lib64/libc.so (epoll_pwait+44)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 000000000001803c  /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+60)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000000f2354  /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 000000000113bd10  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+140)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.MessageQueue.next(MessageQueue.java:323)
2020-03-31 14:21:30.288 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.Looper.loop(Looper.java:136)
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13398 nice=-16 cgrp=default sched=0/0 handle=0x7f6aff2450
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 717077 854077 8 ) utm=0 stm=0 core=4 HZ=100
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_epoll_wait+0x348/0x498
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 000000000001e11c  /system/lib64/libc.so (epoll_pwait+44)
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #04 pc 00000000000f2354  /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #05 pc 000000000113bd10  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+140)
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at android.os.Looper.loop(Looper.java:136)
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Thread-43" prio=10 tid=45 Waiting
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=2 dsCount=0 obj=0x12e0aee0 self=0x7f6d6caa00
2020-03-31 14:21:30.289 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f70140000-0x7f70142000 stackSize=1037KB
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x00e2fbf0> (a java.lang.Object)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at com.instabug.library.util.threading.b$a.run(PriorityThreadFactory.java:8)
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Thread-46" prio=10 tid=117 Waiting
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12d3f3a0 self=0x7f6d0a9200
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13403 nice=10 cgrp=default sched=0/0 handle=0x7f6a9dc450
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 1018078 848307 3 ) utm=0 stm=0 core=6 HZ=100
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.290 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.291 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.291 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   - locked <0x0cb4888f> (a java.lang.Object)
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1103)
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084)
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13413 nice=0 cgrp=default sched=0/0 handle=0x7f69e4f450
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 44430923 1591308 46 ) utm=4 stm=0 core=1 HZ=100
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.292 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.293 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.293 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "pool-40-thread-1" prio=10 tid=124 Waiting
2020-03-31 14:21:30.293 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12fec940 self=0x7f6d0f0e00
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 10733998 2726004 24 ) utm=1 stm=0 core=4 HZ=100
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f6962a000-0x7f6962c000 stackSize=1037KB
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.294 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.295 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000003bf68  /system/lib64/libhwui.so (???)
2020-03-31 14:21:30.295 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #06 pc 000000000001da58  /system/lib64/libc.so (__start_thread+16)
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "RxSingleScheduler-1" prio=10 tid=133 Waiting
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 30373612 3669232 21 ) utm=3 stm=0 core=1 HZ=100
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | stack=0x7f678f9000-0x7f678fb000 stackSize=1037KB
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 14701615 5649619 52 ) utm=1 stm=0 core=5 HZ=100
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.296 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #01 pc 00000000000e7fcc  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+156)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 000000000037c224  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12d60c10 self=0x7f687e7400
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13485 nice=0 cgrp=default sched=0/0 handle=0x7f670fe450
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 2169385 1609308 31 ) utm=0 stm=0 core=1 HZ=100
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: __switch_to+0x7c/0x94
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1091)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #02 pc 0000000000018198  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+156)
2020-03-31 14:21:30.297 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 000000000001803c  /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+60)
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at io.grpc.okhttp.internal.framed.Http2$Reader.nextFrame(Http2.java:118)
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c9f8b0 self=0x7f689a6200
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13613 nice=0 cgrp=default sched=0/0 handle=0x7f66ef4450
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 527462 2547000 1 ) utm=0 stm=0 core=0 HZ=100
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: SyS_futex+0x110/0x194
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:432)
2020-03-31 14:21:30.298 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:333)
2020-03-31 14:21:30.300 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:333)
2020-03-31 14:21:30.300 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.300 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] "Thread-48" prio=10 tid=140 Waiting
2020-03-31 14:21:30.300 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13635 nice=10 cgrp=default sched=0/0 handle=0x7f668da450
2020-03-31 14:21:30.300 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | held mutexes=
2020-03-31 14:21:30.300 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd8/0x174
2020-03-31 14:21:30.300 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at sun.misc.Unsafe.park(Unsafe.java:325)
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422] 
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   | sysTid=13867 nice=0 cgrp=default sched=0/0 handle=0x7f638fb450
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: futex_wait+0x138/0x268
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   kernel: do_futex+0x180/0xa94
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000001beac  /system/lib64/libc.so (syscall+28)
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   native: #03 pc 00000000000009a0  /data/dalvik-cache/arm64/system@framework@boot.oat (Java_java_lang_Object_wait__JI+140)
2020-03-31 14:21:30.304 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427] JNI ERROR (app bug): local reference table overflow (max=512)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427] local reference table dump:
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]   Last 10 entries (of 511):
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       510: 0x130560d0 long[] (16 elements)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       509: 0x12d16290 android.view.FrameMetrics
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       508: 0x1301c820 long[] (16 elements)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       507: 0x12cac9a0 android.view.FrameMetrics
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       506: 0x134ce430 long[] (16 elements)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       505: 0x12c91d80 android.view.FrameMetrics
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       504: 0x134ce670 long[] (16 elements)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       503: 0x12c8dac0 android.view.FrameMetrics
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       502: 0x134ce820 long[] (16 elements)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       501: 0x12c1efd0 android.view.FrameMetrics
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]   Summary:
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]       252 of long[] (16 elements) (72 unique instances)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427]         2 of java.lang.Class (2 unique instances)
2020-03-31 14:21:30.305 13214-13214/com.capitalx.blissfully A/art: art/runtime/runtime.cc:427] 
2020-03-31 14:21:30.306 13214-13214/com.capitalx.blissfully A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 13214 (talx.blissfully)