Android ANR 堆栈跟踪参数含义
Android ANR stacktrace parameters meaning
正在分析 ANR 堆栈跟踪 我看到了 utm 和 stm 键。
甚至在 developers.android.com 上也找不到信息来理解那些的含义。
有没有人知道与这些密钥相关的知识?
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 obj=0x752de000 self=0x7faed07bba00
| sysTid=4843 nice=0 cgrp=default sched=0/0 handle=0x7faed43d9200
| state=S schedstat=( 8592162249 8735210421 54080 ) utm=565 stm=293 core=1 HZ=100
| stack=0x7ffd3a648000-0x7ffd3a64a000 stackSize=8MB
| held mutexes=
我自己的问题得到了答案。
所有学分归于:
http://elliotth.blogspot.com/2012/08/how-to-read-dalvik-sigquit-output.html
正在分析 ANR 堆栈跟踪 我看到了 utm 和 stm 键。 甚至在 developers.android.com 上也找不到信息来理解那些的含义。 有没有人知道与这些密钥相关的知识?
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 obj=0x752de000 self=0x7faed07bba00
| sysTid=4843 nice=0 cgrp=default sched=0/0 handle=0x7faed43d9200
| state=S schedstat=( 8592162249 8735210421 54080 ) utm=565 stm=293 core=1 HZ=100
| stack=0x7ffd3a648000-0x7ffd3a64a000 stackSize=8MB
| held mutexes=
我自己的问题得到了答案。 所有学分归于:
http://elliotth.blogspot.com/2012/08/how-to-read-dalvik-sigquit-output.html