Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1.  
  2. "main" prio=5 tid=1 Native
  3. | group="main" sCount=1 dsCount=0 obj=0x737802a0 self=0xb88c2590
  4. | sysTid=4181 nice=-4 cgrp=default sched=0/0 handle=0xb6f73b34
  5. | state=S schedstat=( 0 0 0 ) utm=1652 stm=658 core=0 HZ=100
  6. | stack=0xbe44e000-0xbe450000 stackSize=8MB
  7. | held mutexes=
  8. #00 pc 0000000000016a58 /system/lib/libc.so (syscall+28)
  9. #01 pc 00000000000f6c59 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+96)
  10. #02 pc 00000000002918bb /system/lib/libart.so (_ZN3art3JNI16CallObjectMethodEP7_JNIEnvP8_jobjectP10_jmethodIDz+658)
  11. #03 pc 0000000000002bbb /system/lib/libnativehelper.so (jniGetReferent+94)
  12. #04 pc 0000000000078591 /system/lib/libandroid_runtime.so (_ZN7android24NativeInputEventReceiver13consumeEventsEP7_JNIEnvbxPb+180)
  13. #05 pc 0000000000078739 /system/lib/libandroid_runtime.so (_ZN7android24NativeInputEventReceiver11handleEventEiiPv+48)
  14. #06 pc 0000000000012e1b /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+530)
  15. #07 pc 0000000000012eeb /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+130)
  16. #08 pc 0000000000082641 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22)
  17. #09 pc 000000000000056d /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+96)
  18. at android.os.MessageQueue.nativePollOnce (Native method)
  19. at android.os.MessageQueue.next (MessageQueue.java:323)
  20. at android.os.Looper.loop (Looper.java:135)
  21. at android.app.ActivityThread.main (ActivityThread.java:5443)
  22. at java.lang.reflect.Method.invoke! (Native method)
  23. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:728)
  24. at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:618)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement