苍了天,Debug 出了Bug

副标题:解决Android可以run运行但是无法Debug调试运行,一旦Debug运行就闪退的问题的一种情况

先说结果,和网上其他很多文章说的一样,跟断点相关,其实就多点了一个断点,取消这一个断点即可。具体步骤如下

先Debug运行,然后打开Debug控制台
在这里插入图片描述

取消勾选 口‘java.util.ConcurrentModificationException’ 这个断点即可。其他断点可以正常使用,没有影响。
在这里插入图片描述

============ 这是一道华丽的分割线 ============

为了解决这个Bug,我连续花费了将近5个小时。

一开始我以为是Layout的问题,比如style之类的。但是我新建新的页面,什么Style也不加,依然是run可以,debug不可以。

后来我以为是 64kb 方法超出的问题,但是,项目就跟一个HelloWorld项目一样,基本不存在这个问题,但我还是试图去加上 multiDexEnabled true,依然无法解决这个问题。

这个问题神奇的就是,只在夜神、雷电这类模拟器里出现。AS自带的模拟器不会出现…

当我使劲浑身解数依然无法解决时,就是去网上搜索,发现几乎所有人都是说是断点问题,于是我就耐下心来试试断点吧,取消一下勾选,确实就解决了…

到底是什么原因导致的,至今还是没有分析出来。

唉,可怜啊,穷人家的孩子电脑带不动AS自带的模拟器,只能用夜神之类的,然后就要遭遇如此神奇的Bug。

完整报错信息如下:

====================

I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat

2

>

:

j

a

v

a

.

l

a

n

g

.

N

o

C

l

a

s

s

D

e

f

F

o

u

n

d

E

r

r

o

r

:

F

a

i

l

e

d

r

e

s

o

l

u

t

i

o

n

o

f

:

L

a

n

d

r

o

i

d

/

v

i

e

w

/

V

i

e

w

2>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View

2>:java.lang.NoClassDefFoundError:Failedresolutionof:Landroid/view/ViewOnUnhandledKeyEventListener;
at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2463)
at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:938)
at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:806)
at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:693)
at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:170)
at void com.chen.dingcan.travel.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:37)
at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6692)
at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1118)
at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread

A

c

t

i

v

i

t

y

C

l

i

e

n

t

R

e

c

o

r

d

,

a

n

d

r

o

i

d

.

c

o

n

t

e

n

t

.

I

n

t

e

n

t

)

(

A

c

t

i

v

i

t

y

T

h

r

e

a

d

.

j

a

v

a

:

2621

)

a

t

v

o

i

d

a

n

d

r

o

i

d

.

a

p

p

.

A

c

t

i

v

i

t

y

T

h

r

e

a

d

.

h

a

n

d

l

e

L

a

u

n

c

h

A

c

t

i

v

i

t

y

(

a

n

d

r

o

i

d

.

a

p

p

.

A

c

t

i

v

i

t

y

T

h

r

e

a

d

ActivityClientRecord, android.content.Intent) (ActivityThread.java:2621) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread

ActivityClientRecord,android.content.Intent)(ActivityThread.java:2621)atvoidandroid.app.ActivityThread.handleLaunchActivity(android.app.ActivityThreadActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2729)
at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread

A

c

t

i

v

i

t

y

C

l

i

e

n

t

R

e

c

o

r

d

,

a

n

d

r

o

i

d

.

c

o

n

t

e

n

t

.

I

n

t

e

n

t

,

j

a

v

a

.

l

a

n

g

.

S

t

r

i

n

g

)

(

A

c

t

i

v

i

t

y

T

h

r

e

a

d

.

j

a

v

a

:

1

)

a

t

v

o

i

d

a

n

d

r

o

i

d

.

a

p

p

.

A

c

t

i

v

i

t

y

T

h

r

e

a

d

ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread

ActivityClientRecord,android.content.Intent,java.lang.String)(ActivityThread.java:1)atvoidandroid.app.ActivityThreadH.handleMessage(android.os.Message) (ActivityThread.java:1480)
at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
at void android.os.Looper.loop() (Looper.java:154)
at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6176)
at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
at void com.android.internal.os.ZygoteInit

M

e

t

h

o

d

A

n

d

A

r

g

s

C

a

l

l

e

r

.

r

u

n

(

)

(

Z

y

g

o

t

e

I

n

i

t

.

j

a

v

a

:

891

)

a

t

v

o

i

d

c

o

m

.

a

n

d

r

o

i

d

.

i

n

t

e

r

n

a

l

.

o

s

.

Z

y

g

o

t

e

I

n

i

t

.

m

a

i

n

(

j

a

v

a

.

l

a

n

g

.

S

t

r

i

n

g

[

]

)

(

Z

y

g

o

t

e

I

n

i

t

.

j

a

v

a

:

781

)

C

a

u

s

e

d

b

y

:

j

a

v

a

.

l

a

n

g

.

C

l

a

s

s

N

o

t

F

o

u

n

d

E

x

c

e

p

t

i

o

n

:

D

i

d

n

t

f

i

n

d

c

l

a

s

s

"

a

n

d

r

o

i

d

.

v

i

e

w

.

V

i

e

w

MethodAndArgsCaller.run() (ZygoteInit.java:891) at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:781) Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View

MethodAndArgsCaller.run()(ZygoteInit.java:891)atvoidcom.android.internal.os.ZygoteInit.main(java.lang.String[])(ZygoteInit.java:781)Causedby:java.lang.ClassNotFoundException:Didntfindclass"android.view.ViewOnUnhandledKeyEventListener" on path: DexPathList[[zip file “/data/app/com.chen.dingcan.travel-2/base.apk”],nativeLibraryDirectories=[/data/app/com.chen.dingcan.travel-2/lib/x86, /data/app/com.chen.dingcan.travel-2/base.apk!/lib/x86, /system/lib, /vendor/lib]]
at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2463)
at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:938)
at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:806)
at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:693)
at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:170)
at void com.chen.dingcan.travel.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:37)
at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6692)
at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1118)
at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread

A

c

t

i

v

i

t

y

C

l

i

e

n

t

R

e

c

o

r

d

,

a

n

d

r

o

i

d

.

c

o

n

t

e

n

t

.

I

n

t

e

n

t

)

(

A

c

t

i

v

i

t

y

T

h

r

e

a

d

.

j

a

v

a

:

2621

)

a

t

v

o

i

d

a

n

d

r

o

i

d

.

a

p

p

.

A

c

t

i

v

i

t

y

T

h

r

e

a

d

.

h

a

n

d

l

e

L

a

u

n

c

h

A

c

t

i

v

i

t

y

(

a

n

d

r

o

i

d

.

a

p

p

.

A

c

t

i

v

i

t

y

T

h

r

e

a

d

ActivityClientRecord, android.content.Intent) (ActivityThread.java:2621) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread

ActivityClientRecord,android.content.Intent)(ActivityThread.java:2621)atvoidandroid.app.ActivityThread.handleLaunchActivity(android.app.ActivityThreadActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2729)
at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread

A

c

t

i

v

i

t

y

C

l

i

e

n

t

R

e

c

o

r

d

,

a

n

d

r

o

i

d

.

c

o

n

t

e

n

t

.

I

n

t

e

n

t

,

j

a

v

a

.

l

a

n

g

.

S

t

r

i

n

g

)

(

A

c

t

i

v

i

t

y

T

h

r

e

a

d

.

j

a

v

a

:

1

)

a

t

v

o

i

d

a

n

d

r

o

i

d

.

a

p

p

.

A

c

t

i

v

i

t

y

T

h

r

e

a

d

ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread

ActivityClientRecord,android.content.Intent,java.lang.String)(ActivityThread.java:1)atvoidandroid.app.ActivityThreadH.handleMessage(android.os.Message) (ActivityThread.java:1480)
at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
at void android.os.Looper.loop() (Looper.java:154)
at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6176)
at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
at void com.android.internal.os.ZygoteInitKaTeX parse error: Expected 'EOF', got '#' at position 2668: …422] native: #̲00 pc 00586aee …H.handleMessage(ActivityThread.java:1480)
art/runtime/runtime.cc:422] at android.os.Handler.dispatchMessage(Handler.java:102)
art/runtime/runtime.cc:422] at android.os.Looper.loop(Looper.java:154)
art/runtime/runtime.cc:422] at android.app.ActivityThread.main(ActivityThread.java:6176)
art/runtime/runtime.cc:422] at java.lang.reflect.Method.invoke!(Native method)
art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInitKaTeX parse error: Expected 'EOF', got '#' at position 919: …422] native: #̲00 pc 00586aee …H.handleMessage(ActivityThread.java:1480)
art/runtime/runtime.cc:422] at android.os.Handler.dispatchMessage(Handler.java:102)
art/runtime/runtime.cc:422] at android.os.Looper.loop(Looper.java:154)
art/runtime/runtime.cc:422] at android.app.ActivityThread.main(ActivityThread.java:6176)
art/runtime/runtime.cc:422] at java.lang.reflect.Method.invoke!(Native method)
art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInitKaTeX parse error: Expected 'EOF', got '#' at position 1426: …422] native: #̲00 pc 00000cbe …FinalizerDaemon.run(Daemons.java:204)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “ReferenceQueueDaemon” prio=10 tid=6 Waiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c23820 self=0xc9ebd700
art/runtime/runtime.cc:422] | sysTid=3323 nice=0 cgrp=default sched=0/0 handle=0xd1f29920
art/runtime/runtime.cc:422] | state=S schedstat=( 1913475 239915 8 ) utm=0 stm=0 core=3 HZ=100
art/runtime/runtime.cc:422] | stack=0xd1e27000-0xd1e29000 stackSize=1038KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe10a768f
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe10a7826
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] native: #00 pc 00000cbe [vdso] (__kernel_vsyscall+14)
A/art: art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 001242de /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142)
art/runtime/runtime.cc:422] native: #03 pc 00124247 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39)
art/runtime/runtime.cc:422] native: #04 pc 00449d09 /system/lib/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+537)
art/runtime/runtime.cc:422] native: #05 pc 0044c3f3 /system/lib/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
art/runtime/runtime.cc:422] native: #06 pc 0046477f /system/lib/libart.so (???)
art/runtime/runtime.cc:422] native: #07 pc 000006dc /system/framework/x86/boot.oat (Java_java_lang_Object_wait
+104)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x0d1a8cfa> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
art/runtime/runtime.cc:422] at java.lang.DaemonsKaTeX parse error: Expected 'EOF', got '#' at position 1334: …422] native: #̲00 pc 00000cc0 …FinalizerWatchdogDaemon.sleepFor(Daemons.java:314)
art/runtime/runtime.cc:422] at java.lang.Daemons

F

i

n

a

l

i

z

e

r

W

a

t

c

h

d

o

g

D

a

e

m

o

n

.

w

a

i

t

F

o

r

F

i

n

a

l

i

z

a

t

i

o

n

(

D

a

e

m

o

n

s

.

j

a

v

a

:

336

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

l

a

n

g

.

D

a

e

m

o

n

s

FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:336) art/runtime/runtime.cc:422] at java.lang.Daemons

FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:336)art/runtime/runtime.cc:422]atjava.lang.DaemonsFinalizerWatchdogDaemon.run(Daemons.java:253)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “HeapTaskDaemon” prio=10 tid=8 Blocked
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c239d0 self=0xc9ebe600
art/runtime/runtime.cc:422] | sysTid=3326 nice=0 cgrp=default sched=0/0 handle=0xcc7fa920
A/art: art/runtime/runtime.cc:422] | state=S schedstat=( 21254077 7434764 17 ) utm=2 stm=0 core=3 HZ=100
art/runtime/runtime.cc:422] | stack=0xcc6f8000-0xcc6fa000 stackSize=1038KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe10a768f
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe10a7826
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe125324a
art/runtime/runtime.cc:422] kernel: 0xe110ea76
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe1098f4d
art/runtime/runtime.cc:422] kernel: 0xe1099e3e
A/art: art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cbe [vdso] (__kernel_vsyscall+14)
art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 001242de /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142)
art/runtime/runtime.cc:422] native: #03 pc 00124247 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39)
art/runtime/runtime.cc:422] native: #04 pc 002d394e /system/lib/libart.so (ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+430)
art/runtime/runtime.cc:422] native: #05 pc 002d4362 /system/lib/libart.so (ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+82)
art/runtime/runtime.cc:422] native: #06 pc 0045928b /system/lib/libart.so (???)
art/runtime/runtime.cc:422] native: #07 pc 001cd35c /system/framework/x86/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks
+104)
art/runtime/runtime.cc:422] at dalvik.system.VMRuntime.runHeapTasks(Native method)
art/runtime/runtime.cc:422] - waiting to lock an unknown object
art/runtime/runtime.cc:422] at java.lang.DaemonsKaTeX parse error: Expected 'EOF', got '#' at position 1371: …422] native: #̲00 pc 00000cc0 …(Thread.java:2127)
art/runtime/runtime.cc:422] - locked <0x0f5c9e5a> (a java.lang.Object)
art/runtime/runtime.cc:422] at sun.misc.Unsafe.park(Unsafe.java:325)
art/runtime/runtime.cc:422] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
art/runtime/runtime.cc:422] at java.util.concurrent.locks.AbstractQueuedSynchronizer

C

o

n

d

i

t

i

o

n

O

b

j

e

c

t

.

a

w

a

i

t

N

a

n

o

s

(

A

b

s

t

r

a

c

t

Q

u

e

u

e

d

S

y

n

c

h

r

o

n

i

z

e

r

.

j

a

v

a

:

2077

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

S

c

h

e

d

u

l

e

d

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077) art/runtime/runtime.cc:422] at java.util.concurrent.ScheduledThreadPoolExecutor

ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)art/runtime/runtime.cc:422]atjava.util.concurrent.ScheduledThreadPoolExecutorDelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1103)
art/runtime/runtime.cc:422] at java.util.concurrent.ScheduledThreadPoolExecutor

D

e

l

a

y

e

d

W

o

r

k

Q

u

e

u

e

.

t

a

k

e

(

S

c

h

e

d

u

l

e

d

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1084

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

g

e

t

T

a

s

k

(

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1058

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

r

u

n

W

o

r

k

e

r

(

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1118

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor

DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutorWorker.run(ThreadPoolExecutor.java:607)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “RxCachedWorkerPoolEvictor-1” prio=10 tid=13 TimedWaiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12cec5e0 self=0xc9ed5300
art/runtime/runtime.cc:422] | sysTid=3346 nice=0 cgrp=default sched=0/0 handle=0xb5f7a920
art/runtime/runtime.cc:422] | state=S schedstat=( 416449 254230 1 ) utm=0 stm=0 core=2 HZ=100
art/runtime/runtime.cc:422] | stack=0xb5e78000-0xb5e7a000 stackSize=1038KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe1097370
art/runtime/runtime.cc:422] kernel: 0xe1097c50
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe10416be
art/runtime/runtime.cc:422] kernel: 0xe10416ca
art/runtime/runtime.cc:422] kernel: 0xe1103909
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] kernel: 0xe109c237
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cc0 [vdso] (__kernel_vsyscall+16)
art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 001249c8 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+200)
art/runtime/runtime.cc:422] native: #03 pc 00449d2c /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+572)
art/runtime/runtime.cc:422] native: #04 pc 0044c3f3 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
art/runtime/runtime.cc:422] native: #05 pc 004647ed /system/lib/libart.so (???)
art/runtime/runtime.cc:422] native: #06 pc 0000083c /system/framework/x86/boot.oat (Java_java_lang_Object_wait__JI+136)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x064b088b> (a java.lang.Object)
art/runtime/runtime.cc:422] at java.lang.Thread.parkFor

(

T

h

r

e

a

d

.

j

a

v

a

:

2127

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

l

o

c

k

e

d

<

0

x

064

b

088

b

>

(

a

j

a

v

a

.

l

a

n

g

.

O

b

j

e

c

t

)

A

/

a

r

t

:

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

s

u

n

.

m

i

s

c

.

U

n

s

a

f

e

.

p

a

r

k

(

U

n

s

a

f

e

.

j

a

v

a

:

325

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

l

o

c

k

s

.

L

o

c

k

S

u

p

p

o

r

t

.

p

a

r

k

N

a

n

o

s

(

L

o

c

k

S

u

p

p

o

r

t

.

j

a

v

a

:

201

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

l

o

c

k

s

.

A

b

s

t

r

a

c

t

Q

u

e

u

e

d

S

y

n

c

h

r

o

n

i

z

e

r

(Thread.java:2127) art/runtime/runtime.cc:422] - locked <0x064b088b> (a java.lang.Object) A/art: art/runtime/runtime.cc:422] at sun.misc.Unsafe.park(Unsafe.java:325) art/runtime/runtime.cc:422] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201) art/runtime/runtime.cc:422] at java.util.concurrent.locks.AbstractQueuedSynchronizer

(Thread.java:2127)art/runtime/runtime.cc:422]locked<0x064b088b>(ajava.lang.Object)A/art:art/runtime/runtime.cc:422]atsun.misc.Unsafe.park(Unsafe.java:325)art/runtime/runtime.cc:422]atjava.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)art/runtime/runtime.cc:422]atjava.util.concurrent.locks.AbstractQueuedSynchronizerConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)
art/runtime/runtime.cc:422] at java.util.concurrent.ScheduledThreadPoolExecutor

D

e

l

a

y

e

d

W

o

r

k

Q

u

e

u

e

.

t

a

k

e

(

S

c

h

e

d

u

l

e

d

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1103

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

S

c

h

e

d

u

l

e

d

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1103) art/runtime/runtime.cc:422] at java.util.concurrent.ScheduledThreadPoolExecutor

DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1103)art/runtime/runtime.cc:422]atjava.util.concurrent.ScheduledThreadPoolExecutorDelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084)
art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutorKaTeX parse error: Expected 'EOF', got '#' at position 1287: …422] native: #̲00 pc 00000cbe …(Thread.java:2127)
art/runtime/runtime.cc:422] - locked <0x010f2d68> (a java.lang.Object)
art/runtime/runtime.cc:422] at sun.misc.Unsafe.park(Unsafe.java:325)
art/runtime/runtime.cc:422] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161)
art/runtime/runtime.cc:422] at java.util.concurrent.locks.AbstractQueuedSynchronizer

C

o

n

d

i

t

i

o

n

O

b

j

e

c

t

.

a

w

a

i

t

(

A

b

s

t

r

a

c

t

Q

u

e

u

e

d

S

y

n

c

h

r

o

n

i

z

e

r

.

j

a

v

a

:

2035

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

S

c

h

e

d

u

l

e

d

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

ConditionObject.await(AbstractQueuedSynchronizer.java:2035) art/runtime/runtime.cc:422] at java.util.concurrent.ScheduledThreadPoolExecutor

ConditionObject.await(AbstractQueuedSynchronizer.java:2035)art/runtime/runtime.cc:422]atjava.util.concurrent.ScheduledThreadPoolExecutorDelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1091)
art/runtime/runtime.cc:422] at java.util.concurrent.ScheduledThreadPoolExecutor

D

e

l

a

y

e

d

W

o

r

k

Q

u

e

u

e

.

t

a

k

e

(

S

c

h

e

d

u

l

e

d

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1084

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

g

e

t

T

a

s

k

(

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1058

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

r

u

n

W

o

r

k

e

r

(

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1118

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor

DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1084)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutorWorker.run(ThreadPoolExecutor.java:607)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “RenderThread” prio=10 tid=15 Native
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12ddb820 self=0xcc911100
art/runtime/runtime.cc:422] | sysTid=3349 nice=-10 cgrp=default sched=0/0 handle=0xb5a7f920
art/runtime/runtime.cc:422] | state=S schedstat=( 144470619 10492781 315 ) utm=9 stm=5 core=3 HZ=100
art/runtime/runtime.cc:422] | stack=0xb5983000-0xb5985000 stackSize=1014KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe14ed345
art/runtime/runtime.cc:422] kernel: 0xe14b7b27
art/runtime/runtime.cc:422] kernel: 0xe12fdfc6
art/runtime/runtime.cc:422] kernel: 0xe12fd6c7
art/runtime/runtime.cc:422] kernel: 0xe1136def
art/runtime/runtime.cc:422] kernel: 0xe1157d3d
art/runtime/runtime.cc:422] kernel: 0xe10698c0
art/runtime/runtime.cc:422] kernel: 0xe1157f18
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cc0 [vdso] (__kernel_vsyscall+16)
art/runtime/runtime.cc:422] native: #01 pc 0007987b /system/lib/libc.so (__epoll_pwait+43)
art/runtime/runtime.cc:422] native: #02 pc 00020d50 /system/lib/libc.so (epoll_pwait+112)
art/runtime/runtime.cc:422] native: #03 pc 00020dae /system/lib/libc.so (epoll_wait+62)
art/runtime/runtime.cc:422] native: #04 pc 0001902b /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+203)
art/runtime/runtime.cc:422] native: #05 pc 00018e94 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+68)
art/runtime/runtime.cc:422] native: #06 pc 00035408 /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+888)
art/runtime/runtime.cc:422] native: #07 pc 000120d5 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309)
art/runtime/runtime.cc:422] native: #08 pc 0007245b /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
art/runtime/runtime.cc:422] native: #09 pc 000118c3 /system/lib/libutils.so (ZN13thread_data_t10trampolineEPKS+259)
art/runtime/runtime.cc:422] native: #10 pc 00076f52 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #11 pc 0002033e /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #12 pc 0001e116 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “AsyncTask #1” prio=10 tid=16 TimedWaiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12ddb940 self=0xc9ed7100
art/runtime/runtime.cc:422] | sysTid=3350 nice=0 cgrp=default sched=0/0 handle=0xb557f920
art/runtime/runtime.cc:422] | state=S schedstat=( 1259770 486822 8 ) utm=0 stm=0 core=1 HZ=100
art/runtime/runtime.cc:422] | stack=0xb547d000-0xb547f000 stackSize=1038KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe1097370
art/runtime/runtime.cc:422] kernel: 0xe1097c50
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe10416be
art/runtime/runtime.cc:422] kernel: 0xe10416ca
art/runtime/runtime.cc:422] kernel: 0xe1103909
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] kernel: 0xe109c237
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cc0 [vdso] (__kernel_vsyscall+16)
art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 001249c8 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+200)
art/runtime/runtime.cc:422] native: #03 pc 00449d2c /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+572)
art/runtime/runtime.cc:422] native: #04 pc 0044c3f3 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
art/runtime/runtime.cc:422] native: #05 pc 004647ed /system/lib/libart.so (???)
art/runtime/runtime.cc:422] native: #06 pc 0000083c /system/framework/x86/boot.oat (Java_java_lang_Object_wait__JI+136)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x09bc3581> (a java.lang.Object)
art/runtime/runtime.cc:422] at java.lang.Thread.parkFor

(

T

h

r

e

a

d

.

j

a

v

a

:

2127

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

l

o

c

k

e

d

<

0

x

09

b

c

3581

>

(

a

j

a

v

a

.

l

a

n

g

.

O

b

j

e

c

t

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

s

u

n

.

m

i

s

c

.

U

n

s

a

f

e

.

p

a

r

k

(

U

n

s

a

f

e

.

j

a

v

a

:

325

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

l

o

c

k

s

.

L

o

c

k

S

u

p

p

o

r

t

.

p

a

r

k

N

a

n

o

s

(

L

o

c

k

S

u

p

p

o

r

t

.

j

a

v

a

:

201

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

l

o

c

k

s

.

A

b

s

t

r

a

c

t

Q

u

e

u

e

d

S

y

n

c

h

r

o

n

i

z

e

r

(Thread.java:2127) art/runtime/runtime.cc:422] - locked <0x09bc3581> (a java.lang.Object) art/runtime/runtime.cc:422] at sun.misc.Unsafe.park(Unsafe.java:325) art/runtime/runtime.cc:422] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201) art/runtime/runtime.cc:422] at java.util.concurrent.locks.AbstractQueuedSynchronizer

(Thread.java:2127)art/runtime/runtime.cc:422]locked<0x09bc3581>(ajava.lang.Object)art/runtime/runtime.cc:422]atsun.misc.Unsafe.park(Unsafe.java:325)art/runtime/runtime.cc:422]atjava.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)art/runtime/runtime.cc:422]atjava.util.concurrent.locks.AbstractQueuedSynchronizerConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)
art/runtime/runtime.cc:422] at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438)
art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057)
art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutorKaTeX parse error: Expected 'EOF', got '#' at position 192: …22] "AsyncTask #̲2" prio=10 tid=…(Thread.java:2127)
art/runtime/runtime.cc:422] - locked <0x00364626> (a java.lang.Object)
art/runtime/runtime.cc:422] at sun.misc.Unsafe.park(Unsafe.java:325)
art/runtime/runtime.cc:422] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201)
art/runtime/runtime.cc:422] at java.util.concurrent.locks.AbstractQueuedSynchronizer

C

o

n

d

i

t

i

o

n

O

b

j

e

c

t

.

a

w

a

i

t

N

a

n

o

s

(

A

b

s

t

r

a

c

t

Q

u

e

u

e

d

S

y

n

c

h

r

o

n

i

z

e

r

.

j

a

v

a

:

2077

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

L

i

n

k

e

d

B

l

o

c

k

i

n

g

Q

u

e

u

e

.

p

o

l

l

(

L

i

n

k

e

d

B

l

o

c

k

i

n

g

Q

u

e

u

e

.

j

a

v

a

:

438

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

g

e

t

T

a

s

k

(

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1057

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

r

u

n

W

o

r

k

e

r

(

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1118

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077) art/runtime/runtime.cc:422] at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor

ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077)art/runtime/runtime.cc:422]atjava.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutorWorker.run(ThreadPoolExecutor.java:607)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “OkHttp TaskRunner” prio=10 tid=18 TimedWaiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12e9b1f0 self=0xb5a8ec00
art/runtime/runtime.cc:422] | sysTid=3352 nice=0 cgrp=default sched=0/0 handle=0xb4b5f920
art/runtime/runtime.cc:422] | state=S schedstat=( 4135573 1960965 10 ) utm=0 stm=0 core=1 HZ=100
art/runtime/runtime.cc:422] | stack=0xb4a5d000-0xb4a5f000 stackSize=1038KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe1097370
art/runtime/runtime.cc:422] kernel: 0xe1097c50
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe1071e61
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] kernel: 0xe109c237
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cc0 [vdso] (__kernel_vsyscall+16)
art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 001249c8 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+200)
art/runtime/runtime.cc:422] native: #03 pc 00449d2c /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+572)
art/runtime/runtime.cc:422] native: #04 pc 0044c3f3 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
art/runtime/runtime.cc:422] native: #05 pc 004647ed /system/lib/libart.so (???)
art/runtime/runtime.cc:422] native: #06 pc 0000083c /system/framework/x86/boot.oat (Java_java_lang_Object_wait__JI+136)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x07dfa267> (a okhttp3.internal.concurrent.TaskRunner)
art/runtime/runtime.cc:422] at okhttp3.internal.concurrent.TaskRunner

R

e

a

l

B

a

c

k

e

n

d

.

c

o

o

r

d

i

n

a

t

o

r

W

a

i

t

(

T

a

s

k

R

u

n

n

e

r

.

k

t

:

294

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

o

k

h

t

t

p

3.

i

n

t

e

r

n

a

l

.

c

o

n

c

u

r

r

e

n

t

.

T

a

s

k

R

u

n

n

e

r

.

a

w

a

i

t

T

a

s

k

T

o

R

u

n

(

T

a

s

k

R

u

n

n

e

r

.

k

t

:

218

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

o

k

h

t

t

p

3.

i

n

t

e

r

n

a

l

.

c

o

n

c

u

r

r

e

n

t

.

T

a

s

k

R

u

n

n

e

r

RealBackend.coordinatorWait(TaskRunner.kt:294) art/runtime/runtime.cc:422] at okhttp3.internal.concurrent.TaskRunner.awaitTaskToRun(TaskRunner.kt:218) art/runtime/runtime.cc:422] at okhttp3.internal.concurrent.TaskRunner

RealBackend.coordinatorWait(TaskRunner.kt:294)art/runtime/runtime.cc:422]atokhttp3.internal.concurrent.TaskRunner.awaitTaskToRun(TaskRunner.kt:218)art/runtime/runtime.cc:422]atokhttp3.internal.concurrent.TaskRunnerrunnable

1.

r

u

n

(

T

a

s

k

R

u

n

n

e

r

.

k

t

:

59

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

l

o

c

k

e

d

<

0

x

07

d

f

a

267

>

(

a

o

k

h

t

t

p

3.

i

n

t

e

r

n

a

l

.

c

o

n

c

u

r

r

e

n

t

.

T

a

s

k

R

u

n

n

e

r

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

r

u

n

W

o

r

k

e

r

(

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

.

j

a

v

a

:

1133

)

a

r

t

/

r

u

n

t

i

m

e

/

r

u

n

t

i

m

e

.

c

c

:

422

]

a

t

j

a

v

a

.

u

t

i

l

.

c

o

n

c

u

r

r

e

n

t

.

T

h

r

e

a

d

P

o

o

l

E

x

e

c

u

t

o

r

1.run(TaskRunner.kt:59) art/runtime/runtime.cc:422] - locked <0x07dfa267> (a okhttp3.internal.concurrent.TaskRunner) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) art/runtime/runtime.cc:422] at java.util.concurrent.ThreadPoolExecutor

1.run(TaskRunner.kt:59)art/runtime/runtime.cc:422]locked<0x07dfa267>(aokhttp3.internal.concurrent.TaskRunner)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)art/runtime/runtime.cc:422]atjava.util.concurrent.ThreadPoolExecutorWorker.run(ThreadPoolExecutor.java:607)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “Okio Watchdog” prio=10 tid=19 TimedWaiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12e9b550 self=0xb5a8f100
art/runtime/runtime.cc:422] | sysTid=3353 nice=0 cgrp=default sched=0/0 handle=0xb4a5a920
art/runtime/runtime.cc:422] | state=S schedstat=( 1952959 0 29 ) utm=0 stm=0 core=0 HZ=100
art/runtime/runtime.cc:422] | stack=0xb4958000-0xb495a000 stackSize=1038KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe1097370
art/runtime/runtime.cc:422] kernel: 0xe1097c50
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe10416be
art/runtime/runtime.cc:422] kernel: 0xe10416ca
art/runtime/runtime.cc:422] kernel: 0xe1103909
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] kernel: 0xe109c237
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cc0 [vdso] (__kernel_vsyscall+16)
art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 001249c8 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+200)
art/runtime/runtime.cc:422] native: #03 pc 00449d2c /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+572)
art/runtime/runtime.cc:422] native: #04 pc 0044c3f3 /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+339)
art/runtime/runtime.cc:422] native: #05 pc 004647ed /system/lib/libart.so (???)
art/runtime/runtime.cc:422] native: #06 pc 0000083c /system/framework/x86/boot.oat (Java_java_lang_Object_wait__JI+136)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x03af626e> (a java.lang.Class<okio.AsyncTimeout>)
art/runtime/runtime.cc:422] at okio.AsyncTimeout

C

o

m

p

a

n

i

o

n

.

a

w

a

i

t

T

i

m

e

o

u

t

Companion.awaitTimeout

Companion.awaitTimeoutokio(AsyncTimeout.kt:316)
art/runtime/runtime.cc:422] at okio.AsyncTimeout$Watchdog.run(AsyncTimeout.kt:187)
art/runtime/runtime.cc:422] - locked <0x03af626e> (a java.lang.Class<okio.AsyncTimeout>)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “hwuiTask1” prio=10 tid=20 Native
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c234c0 self=0xb6fed500
art/runtime/runtime.cc:422] | sysTid=3357 nice=-2 cgrp=default sched=0/0 handle=0xb42ff920
art/runtime/runtime.cc:422] | state=S schedstat=( 9446507 8677214 105 ) utm=0 stm=0 core=0 HZ=100
art/runtime/runtime.cc:422] | stack=0xb4203000-0xb4205000 stackSize=1014KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe10a76c5
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe10a7826
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe1071152
art/runtime/runtime.cc:422] kernel: 0xe103a2fe
art/runtime/runtime.cc:422] kernel: 0xe106e749
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe106707d
art/runtime/runtime.cc:422] kernel: 0xe10679d4
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cbe [vdso] (__kernel_vsyscall+14)
art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 000764bd /system/lib/libc.so (pthread_cond_wait+125)
art/runtime/runtime.cc:422] native: #03 pc 0003643b /system/lib/libhwui.so (???)
art/runtime/runtime.cc:422] native: #04 pc 0001206f /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+207)
art/runtime/runtime.cc:422] native: #05 pc 0007245b /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
art/runtime/runtime.cc:422] native: #06 pc 000118c3 /system/lib/libutils.so (ZN13thread_data_t10trampolineEPKS+259)
art/runtime/runtime.cc:422] native: #07 pc 00076f52 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #08 pc 0002033e /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #09 pc 0001e116 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “hwuiTask2” prio=10 tid=21 Native
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c23430 self=0xb4c71000
art/runtime/runtime.cc:422] | sysTid=3358 nice=-2 cgrp=default sched=0/0 handle=0xb4200920
art/runtime/runtime.cc:422] | state=S schedstat=( 2835980 10177507 49 ) utm=0 stm=0 core=0 HZ=100
art/runtime/runtime.cc:422] | stack=0xb4104000-0xb4106000 stackSize=1014KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe14f44de
art/runtime/runtime.cc:422] kernel: 0xe10a76c5
art/runtime/runtime.cc:422] kernel: 0xe10a70b1
art/runtime/runtime.cc:422] kernel: 0xe10a7b18
art/runtime/runtime.cc:422] kernel: 0xe10a7826
art/runtime/runtime.cc:422] kernel: 0xe10a9136
art/runtime/runtime.cc:422] kernel: 0xe10416be
art/runtime/runtime.cc:422] kernel: 0xe10416ca
art/runtime/runtime.cc:422] kernel: 0xe1103909
art/runtime/runtime.cc:422] kernel: 0xe106e749
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cbe [vdso] (__kernel_vsyscall+14)
art/runtime/runtime.cc:422] native: #01 pc 0001e2f8 /system/lib/libc.so (syscall+40)
art/runtime/runtime.cc:422] native: #02 pc 000764bd /system/lib/libc.so (pthread_cond_wait+125)
art/runtime/runtime.cc:422] native: #03 pc 0003643b /system/lib/libhwui.so (???)
art/runtime/runtime.cc:422] native: #04 pc 0001206f /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+207)
art/runtime/runtime.cc:422] native: #05 pc 0007245b /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
art/runtime/runtime.cc:422] native: #06 pc 000118c3 /system/lib/libutils.so (ZN13thread_data_t10trampolineEPKS+259)
art/runtime/runtime.cc:422] native: #07 pc 00076f52 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #08 pc 0002033e /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #09 pc 0001e116 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] “Binder:3315_3” prio=10 tid=22 Native
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c23310 self=0xb6ff1100
art/runtime/runtime.cc:422] | sysTid=3372 nice=0 cgrp=default sched=0/0 handle=0xb3e7f920
art/runtime/runtime.cc:422] | state=S schedstat=( 386948 467585 5 ) utm=0 stm=0 core=0 HZ=100
art/runtime/runtime.cc:422] | stack=0xb3d83000-0xb3d85000 stackSize=1014KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: 0xe14b479b
art/runtime/runtime.cc:422] kernel: 0xe1080d24
art/runtime/runtime.cc:422] kernel: 0xe1079970
art/runtime/runtime.cc:422] kernel: 0xe14b78b0
art/runtime/runtime.cc:422] kernel: 0xe14b7cd3
art/runtime/runtime.cc:422] kernel: 0xe10a915e
art/runtime/runtime.cc:422] kernel: 0xe14b78b0
art/runtime/runtime.cc:422] kernel: 0xe112e44f
art/runtime/runtime.cc:422] kernel: 0xe10a99cc
art/runtime/runtime.cc:422] kernel: 0xe1136def
A/art: art/runtime/runtime.cc:422] kernel: 0xe112e6e8
art/runtime/runtime.cc:422] kernel: 0xe1610bca
art/runtime/runtime.cc:422] native: #00 pc 00000cc0 [vdso] (__kernel_vsyscall+16)
art/runtime/runtime.cc:422] native: #01 pc 00079afc /system/lib/libc.so (__ioctl+28)
art/runtime/runtime.cc:422] native: #02 pc 00022777 /system/lib/libc.so (ioctl+71)
art/runtime/runtime.cc:422] native: #03 pc 00047787 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+279)
art/runtime/runtime.cc:422] native: #04 pc 0004792a /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+42)
art/runtime/runtime.cc:422] native: #05 pc 0004815f /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+79)
art/runtime/runtime.cc:422] native: #06 pc 0006f00e /system/lib/libbinder.so (_ZN7android10PoolThread10threadLoopEv+46)
art/runtime/runtime.cc:422] native: #07 pc 000120d5 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309)
art/runtime/runtime.cc:422] native: #08 pc 0007245b /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
art/runtime/runtime.cc:422] native: #09 pc 000118c3 /system/lib/libutils.so (ZN13thread_data_t10trampolineEPKS+259)
art/runtime/runtime.cc:422] native: #10 pc 00076f52 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #11 pc 0002033e /system/lib/libc.so (???)
art/runtime/runtime.cc:422] native: #12 pc 0001e116 /system/lib/libc.so (???)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422]

  • beginning of crash

A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 3315 (.dingcan.travel)

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
THE END
分享
二维码
< <上一篇

)">
下一篇>>