mobile-insight / mobileinsight-mobile

Mobile Network Intelligence Made Easy -- Android version of MobileInsight app
http://mobileinsight.net
Other
88 stars 54 forks source link

Overflow crash #12

Open zwyuan opened 7 years ago

zwyuan commented 7 years ago

The logs I enable are LTE logs:

lte_all = [
    'LTE_MAC_Configuration',
    'LTE_MAC_DL_Transport_Block',
    'LTE_MAC_Rach_Attempt',
    'LTE_MAC_Rach_Trigger',
    'LTE_MAC_UL_Buffer_Status_Internal',
    'LTE_MAC_UL_Transport_Block',
    'LTE_MAC_UL_Tx_Statistics',
    'LTE_NAS_EMM_OTA_Incoming_Packet',
    'LTE_NAS_EMM_OTA_Outgoing_Packet',
    'LTE_NAS_EMM_State',
    'LTE_NAS_ESM_OTA_Incoming_Packet',
    'LTE_NAS_ESM_OTA_Outgoing_Packet',
    'LTE_NAS_ESM_State',
    'LTE_PDCP_DL_Cipher_Data_PDU',
    'LTE_PDCP_DL_Config',
    'LTE_PDCP_DL_Ctrl_PDU',
    'LTE_PDCP_DL_SRB_Integrity_Data_PDU',
    'LTE_PDCP_DL_Stats',
    'LTE_PDCP_UL_Cipher_Data_PDU',
    'LTE_PDCP_UL_Config',
    'LTE_PDCP_UL_Ctrl_PDU',
    'LTE_PDCP_UL_Data_PDU',
    'LTE_PDCP_UL_SRB_Integrity_Data_PDU',
    'LTE_PDCP_UL_Stats',
    'LTE_PHY_BPLMN_Cell_Confirm',
    'LTE_PHY_BPLMN_Cell_Request',
    'LTE_PHY_Connected_Mode_Intra_Freq_Meas',
    'LTE_PHY_Connected_Mode_Neighbor_Measurement',
    'LTE_PHY_Idle_Neighbor_Cell_Meas',
    'LTE_PHY_Inter_RAT_CDMA_Measurement',
    'LTE_PHY_Inter_RAT_Measurement',
    'LTE_PHY_PDCCH_Decoding_Result',
    'LTE_PHY_PDCCH_PHICH_Indication_Report',
    'LTE_PHY_PDSCH_Decoding_Result',
    'LTE_PHY_PDSCH_Packet',
    'LTE_PHY_PDSCH_Stat_Indication',
    'LTE_PHY_PUCCH_CSF',
    'LTE_PHY_PUCCH_Power_Control',
    'LTE_PHY_PUCCH_Tx_Report',
    'LTE_PHY_PUSCH_CSF',
    'LTE_PHY_PUSCH_Power_Control',
    'LTE_PHY_PUSCH_Tx_Report',
    'LTE_PHY_RLM_Report',
    'LTE_PHY_Serv_Cell_Measurement',
    'LTE_PHY_Serving_Cell_COM_Loop',
    'LTE_PHY_System_Scan_Results',
    'LTE_RLC_DL_AM_All_PDU',
    'LTE_RLC_DL_Config_Log_Packet',
    'LTE_RLC_DL_Stats',
    'LTE_RLC_UL_AM_All_PDU',
    'LTE_RLC_UL_Config_Log_Packet',
    'LTE_RLC_UL_Stats',
    'LTE_RRC_CDRX_Events_Info',
    'LTE_RRC_MIB_Message_Log_Packet',
    'LTE_RRC_MIB_Packet',
    'LTE_RRC_OTA_Packet',
    'LTE_RRC_Serv_Cell_Info'
]

Running log-intensive collection

10-30 01:16:46.140 29656 29671 I python2.7:  2017-10-30,01:16:46.140339 [b][color=ffff00][WARNING][/color] [UlLatAlyzr][/b]: [epoch = 1509376585.0][log_utc = 2017-10-30 08:16:25.145698] Incoming RRC msg[6] = rrcconnectionreconfiguration_element
10-30 01:16:46.144 29656 29671 I python2.7: killing diag_revealer
10-30 01:16:46.145 29656 29671 I python2.7:  2017-10-30,01:16:46.145280 [b][color=ff0000][ERROR][/color] [OnlineMonitor][/b]: Traceback (most recent call last):
10-30 01:16:46.146 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/monitor/android_dev_diag_monitor.py", line 470, in run
10-30 01:16:46.146 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 108, in send
10-30 01:16:46.146 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 107, in G
10-30 01:16:46.146 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/analyzer/analyzer.py", line 223, in recv
10-30 01:16:46.146 29656 29671 I python2.7:  OverflowError: Python int too large to convert to C long
10-30 01:16:46.147 29656 29671 I python2.7:
10-30 01:16:46.151 29656 29671 I python2.7:  2017-10-30,01:16:46.151594 [b][color=ff0000][ERROR][/color] [OnlineMonitor][/b]: Traceback (most recent call last):
10-30 01:16:46.152 29656 29671 I python2.7:    File "/storage/emulated/0/mobileinsight/plugins/LatencyAnalyzer/main.mi2app", line 107, in <module>
10-30 01:16:46.152 29656 29671 I python2.7:      src.run()
10-30 01:16:46.152 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/monitor/android_dev_diag_monitor.py", line 500, in run
10-30 01:16:46.152 29656 29671 I python2.7:  SystemExit: Traceback (most recent call last):
10-30 01:16:46.153 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/monitor/android_dev_diag_monitor.py", line 470, in run
10-30 01:16:46.153 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 108, in send
10-30 01:16:46.153 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 107, in G
10-30 01:16:46.153 29656 29671 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/analyzer/analyzer.py", line 223, in recv
10-30 01:16:46.153 29656 29671 I python2.7:  OverflowError: Python int too large to convert to C long
10-30 01:16:46.154 29656 29671 I python2.7:
10-30 01:16:46.154 29656 29671 I python2.7:
10-30 01:16:46.154 29656 29671 F art     : art/runtime/runtime.cc:1537] Thread[11,tid=29671,Native,Thread*=0xead2d500,peer=0x12c82280,"Thread-2"] attempting to detach while still running code
10-30 01:16:46.180 29755 29755 I diag_revealer: Pipe error (msg_len): Broken pipe
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] Runtime aborting...
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] Aborting thread:
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] "Thread-2" prio=5 tid=11 Native
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=0 dsCount=0 obj=0x12c82280 self=0xead2d500
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29671 nice=0 cgrp=default sched=0/0 handle=0xf37ef920
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=R schedstat=( 5842168563 318451046 1721 ) utm=541 stm=41 core=5 HZ=100
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf36ed000-0xf36ef000 stackSize=1038KB
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes= "abort lock"
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00350ab5  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 003311f9  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 003242b1  /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+24)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 00324139  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+424)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 0031ae25  /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 000b5285  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 0031aaa5  /system/lib/libart.so (_ZN3art7Runtime19DetachCurrentThreadEv+224)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #07 pc 0023d0e7  /system/lib/libart.so (_ZN3art3JII19DetachCurrentThreadEP7_JavaVM+42)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #08 pc 0020208d  /data/data/net.mobileinsight.app/files/app/libpymodules.so (???)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.nativeStart(Native method)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.run(PythonService.java:124)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] Dumping all threads without appropriate locks held: thread list lock mutator lock
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] All threads:
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] DALVIK THREADS (14):
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] "Thread-2" prio=5 tid=11 Runnable
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=0 dsCount=0 obj=0x12c82280 self=0xead2d500
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29671 nice=0 cgrp=default sched=0/0 handle=0xf37ef920
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=R schedstat=( 5868428095 318470577 1722 ) utm=543 stm=43 core=5 HZ=100
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf36ed000-0xf36ef000 stackSize=1038KB
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes= "abort lock" "mutator lock"(shared held)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00350ab5  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 003311f9  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 00343221  /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+620)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 0033d22b  /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+330)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 0033cf27  /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+586)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 00324105  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+372)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 0031ae25  /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #07 pc 000b5285  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #08 pc 0031aaa5  /system/lib/libart.so (_ZN3art7Runtime19DetachCurrentThreadEv+224)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #09 pc 0023d0e7  /system/lib/libart.so (_ZN3art3JII19DetachCurrentThreadEP7_JavaVM+42)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #10 pc 0020208d  /data/data/net.mobileinsight.app/files/app/libpymodules.so (???)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.nativeStart(Native method)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.run(PythonService.java:124)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422] "main" prio=5 tid=1 Native
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x736a8610 self=0xf4b05400
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29656 nice=0 cgrp=default sched=0/0 handle=0xf77a3534
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 172360008 12538855 369 ) utm=10 stm=6 core=5 HZ=100
10-30 01:16:46.229 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xff714000-0xff716000 stackSize=8MB
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: SyS_epoll_wait+0x2d0/0x358
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_epoll_pwait+0xd8/0x178
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00048528  /system/lib/libc.so (__epoll_pwait+20)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 0001a1ed  /system/lib/libc.so (epoll_pwait+60)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 0001a21d  /system/lib/libc.so (epoll_wait+12)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 00011c83  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 00011b7f  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 00092131  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 006276ed  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+96)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at android.os.MessageQueue.nativePollOnce(Native method)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at android.os.MessageQueue.next(MessageQueue.java:323)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at android.os.Looper.loop(Looper.java:136)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at android.app.ActivityThread.main(ActivityThread.java:6121)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.reflect.Method.invoke!(Native method)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422] "Jit thread pool worker thread 0" prio=5 tid=2 Native
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5f790 self=0xed798000
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29661 nice=9 cgrp=default sched=0/0 handle=0xf4224920
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 987969 0 2 ) utm=0 stm=0 core=4 HZ=100
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf4126000-0xf4128000 stackSize=1022KB
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd4/0x130
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait+0xfc/0x210
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: do_futex+0xe0/0x920
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_futex+0xe8/0x17c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00017404  /system/lib/libc.so (syscall+28)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 000b6e49  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 00344785  /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+160)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 00343fa7  /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 00343acf  /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+78)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 000470b3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 00019e3d  /system/lib/libc.so (__start_thread+6)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   (no managed stack frames)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5f820 self=0xead24800
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29662 nice=0 cgrp=default sched=0/0 handle=0xf4123920
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 561407 0 1 ) utm=0 stm=0 core=4 HZ=100
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf4027000-0xf4029000 stackSize=1014KB
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: do_sigtimedwait+0xec/0x1dc
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_rt_sigtimedwait+0xc4/0x124
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00048894  /system/lib/libc.so (__rt_sigtimedwait+12)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 0001e24b  /system/lib/libc.so (sigwait+34)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 00327363  /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+22)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 00326f5d  /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+168)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 00325cc1  /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+276)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 000470b3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 00019e3d  /system/lib/libc.so (__start_thread+6)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   (no managed stack frames)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422] "ReferenceQueueDaemon" prio=5 tid=4 Waiting
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5f8b0 self=0xead25c00
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29663 nice=0 cgrp=default sched=0/0 handle=0xf4024920
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 1157188 0 6 ) utm=0 stm=0 core=6 HZ=100
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf3f22000-0xf3f24000 stackSize=1038KB
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd4/0x130
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait+0xfc/0x210
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: do_futex+0xe0/0x920
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_futex+0xe8/0x17c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00017404  /system/lib/libc.so (syscall+28)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 000b6e49  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 0029f17b  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 002a09ab  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 002af1c7  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 00000557  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+74)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   - waiting on <0x08fe358e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   - locked <0x08fe358e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422] "FinalizerDaemon" prio=5 tid=5 Waiting
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5f940 self=0xead26100
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29664 nice=0 cgrp=default sched=0/0 handle=0xf3f1f920
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 1970467 228178 10 ) utm=0 stm=0 core=7 HZ=100
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf3e1d000-0xf3e1f000 stackSize=1038KB
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd4/0x130
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait+0xfc/0x210
10-30 01:16:46.245 29876 29876 I debuggerd: type=1400 audit(0.0:24592): avc: denied { read } for name="dm_collector_c.so" dev="dm-0" ino=418030 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: do_futex+0xe0/0x920
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_futex+0xe8/0x17c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00017404  /system/lib/libc.so (syscall+28)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 000b6e49  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 0029f17b  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 002a09ab  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 002af1f3  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
10-30 01:16:46.245 29876 29876 I debuggerd: type=1400 audit(0.0:24593): avc: denied { open } for path="/data/data/net.mobileinsight.app/files/app/lib/python2.7/site-packages/mobile_insight/monitor/dm_collector/dm_collector_c.so" dev="dm-0" ino=418030 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 00000655  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__JI+96)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   - waiting on <0x026241af> (a java.lang.Object)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Object.wait(Object.java:407)
10-30 01:16:46.245 29876 29876 I debuggerd: type=1400 audit(0.0:24594): avc: denied { getattr } for path="/data/data/net.mobileinsight.app/files/app/lib/python2.7/site-packages/mobile_insight/monitor/dm_collector/dm_collector_c.so" dev="dm-0" ino=418030 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   - locked <0x026241af> (a java.lang.Object)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)
10-30 01:16:46.230 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422] "HeapTaskDaemon" prio=5 tid=6 Blocked
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5fa60 self=0xead26b00
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29666 nice=0 cgrp=default sched=0/0 handle=0xf3d15920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 795470 0 8 ) utm=0 stm=0 core=0 HZ=100
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf3c13000-0xf3c15000 stackSize=1038KB
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd4/0x130
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait+0xfc/0x210
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: do_futex+0xe0/0x920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_futex+0xe8/0x17c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00017404  /system/lib/libc.so (syscall+28)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 000b6e49  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 001b4de5  /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+288)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 001b545d  /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 001615cf  /system/framework/arm/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+74)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   - waiting to lock an unknown object
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422] "FinalizerWatchdogDaemon" prio=5 tid=7 Waiting
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5f9d0 self=0xead26600
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29665 nice=0 cgrp=default sched=0/0 handle=0xf3e1a920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 796719 2081094 8 ) utm=0 stm=0 core=0 HZ=100
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf3d18000-0xf3d1a000 stackSize=1038KB
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd4/0x130
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait+0xfc/0x210
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: do_futex+0xe0/0x920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_futex+0xe8/0x17c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00017404  /system/lib/libc.so (syscall+28)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 000b6e49  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 0029f17b  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 002a09ab  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 002af1c7  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 00000557  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+74)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   - waiting on <0x086a4d45> (a java.lang.Daemons$FinalizerWatchdogDaemon)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:269)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   - locked <0x086a4d45> (a java.lang.Daemons$FinalizerWatchdogDaemon)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:249)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422] "Binder:29656_1" prio=5 tid=8 Native
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5fc10 self=0xed799400
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29667 nice=0 cgrp=default sched=0/0 handle=0xf3b12920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 5599946 1947968 29 ) utm=0 stm=0 core=1 HZ=100
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf3a16000-0xf3a18000 stackSize=1014KB
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: binder_thread_read+0xedc/0x1024
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: binder_ioctl+0x428/0x894
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_sys_ioctl+0x120/0x1238
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00048668  /system/lib/libc.so (__ioctl+8)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 0001ae3f  /system/lib/libc.so (ioctl+38)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 0003cc87  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 0003cd9d  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 0003d31b  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 0004f8c5  /system/lib/libbinder.so (???)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 0000e345  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #07 pc 000665f5  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #08 pc 000470b3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #09 pc 00019e3d  /system/lib/libc.so (__start_thread+6)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   (no managed stack frames)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422] "Binder:29656_2" prio=5 tid=9 Native
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5fca0 self=0xf4b05e00
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29668 nice=0 cgrp=default sched=0/0 handle=0xf3a13920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 4052295 1514947 25 ) utm=0 stm=0 core=1 HZ=100
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf3917000-0xf3919000 stackSize=1014KB
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: binder_thread_read+0xedc/0x1024
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: binder_ioctl+0x428/0x894
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_sys_ioctl+0x120/0x1238
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00048668  /system/lib/libc.so (__ioctl+8)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 0001ae3f  /system/lib/libc.so (ioctl+38)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 0003cc87  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 0003cd9d  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 0003d31b  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 0004f8c5  /system/lib/libbinder.so (???)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 0000e345  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #07 pc 000665f5  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #08 pc 000470b3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #09 pc 00019e3d  /system/lib/libc.so (__start_thread+6)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   (no managed stack frames)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422] "Profile Saver" prio=5 tid=10 Native
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12c5ff70 self=0xed79a800
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29669 nice=0 cgrp=default sched=0/0 handle=0xf38f0920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 3463854 22084 12 ) utm=0 stm=0 core=2 HZ=100
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xf37f4000-0xf37f6000 stackSize=1014KB
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait_queue_me+0xd4/0x130
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: futex_wait+0xfc/0x210
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: do_futex+0xe0/0x920
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_futex+0xe8/0x17c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00017404  /system/lib/libc.so (syscall+28)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 000b6e49  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 00259d2d  /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+296)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 0025b069  /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+52)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 000470b3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 00019e3d  /system/lib/libc.so (__start_thread+6)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]   (no managed stack frames)
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422]
10-30 01:16:46.231 29656 29671 F art     : art/runtime/runtime.cc:422] "ConnectivityThread" prio=5 tid=12 Native
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x12cb6e50 self=0xead31600
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   | sysTid=29674 nice=0 cgrp=default sched=0/0 handle=0xdac7f920
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   | state=S schedstat=( 540052 0 1 ) utm=0 stm=0 core=1 HZ=100
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   | stack=0xdab7d000-0xdab7f000 stackSize=1038KB
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   | held mutexes=
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: __switch_to+0x8c/0x98
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: SyS_epoll_wait+0x2d0/0x358
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: compat_SyS_epoll_pwait+0xd8/0x178
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   kernel: cpu_switch_to+0x48/0x4c
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #00 pc 00048528  /system/lib/libc.so (__epoll_pwait+20)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #01 pc 0001a1ed  /system/lib/libc.so (epoll_pwait+60)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #02 pc 0001a21d  /system/lib/libc.so (epoll_wait+12)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #03 pc 00011c83  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #04 pc 00011b7f  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #05 pc 00092131  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   native: #06 pc 006276ed  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+96)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   at android.os.MessageQueue.nativePollOnce(Native method)
10-30 01:16:46.232 29656 29671 F art     : art/runtime/runtime.cc:422]   at android.os.MessageQueue.next(MessageQueue.java:323)
10-30 01:16:46.233 29656 29671 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 29671 (Thread-2)
10-30 01:16:46.234   364   364 W         : debuggerd: handling request: pid=29656 uid=10228 gid=10228 tid=29671
10-30 01:16:46.329 29876 29876 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-30 01:16:46.329 29876 29876 F DEBUG   : Build fingerprint: 'google/angler/angler:7.1.2/N2G47H/3783593:user/release-keys'
10-30 01:16:46.329 29876 29876 F DEBUG   : Revision: '0'
10-30 01:16:46.329 29876 29876 F DEBUG   : ABI: 'arm'
10-30 01:16:46.329 29876 29876 F DEBUG   : pid: 29656, tid: 29671, name: Thread-2  >>> net.mobileinsight.app:pythonservice <<<
10-30 01:16:46.329 29876 29876 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
10-30 01:16:46.337 29876 29876 F DEBUG   : Abort message: 'art/runtime/runtime.cc:1537] Thread[11,tid=29671,Native,Thread*=0xead2d500,peer=0x12c82280,"Thread-2"] attempting to detach while still running code'
10-30 01:16:46.337 29876 29876 F DEBUG   :     r0 00000000  r1 000073e7  r2 00000006  r3 00000008
10-30 01:16:46.337 29876 29876 F DEBUG   :     r4 f37ef978  r5 00000006  r6 f37ef920  r7 0000010c
10-30 01:16:46.337 29876 29876 F DEBUG   :     r8 00000000  r9 db2706c8  sl 0000000a  fp ead2d500
10-30 01:16:46.337 29876 29876 F DEBUG   :     ip 0000000b  sp f37ee8f8  lr f4e7a5e7  pc f4e7ce44  cpsr 00070010
10-30 01:16:46.342 29876 29876 F DEBUG   :
10-30 01:16:46.342 29876 29876 F DEBUG   : backtrace:
10-30 01:16:46.342 29876 29876 F DEBUG   :     #00 pc 00049e44  /system/lib/libc.so (tgkill+12)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #01 pc 000475e3  /system/lib/libc.so (pthread_kill+34)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #02 pc 0001d8a5  /system/lib/libc.so (raise+10)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #03 pc 000193f1  /system/lib/libc.so (__libc_android_abort+34)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #04 pc 00017034  /system/lib/libc.so (abort+4)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #05 pc 0031af11  /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+328)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #06 pc 000b5285  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #07 pc 0031aaa5  /system/lib/libart.so (_ZN3art7Runtime19DetachCurrentThreadEv+224)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #08 pc 0023d0e7  /system/lib/libart.so (_ZN3art3JII19DetachCurrentThreadEP7_JavaVM+42)
10-30 01:16:46.343 29876 29876 F DEBUG   :     #09 pc 0020208d  /data/data/net.mobileinsight.app/files/app/libpymodules.so
10-30 01:16:46.718   988  3492 W GnssLocationProvider: Invalid size of GpsSvStatus found: 0.
10-30 01:16:46.727  4374 18256 W ctxmgr  : [AclManager]No 2 for (accnt=account#-1690016942#, com.google.android.gms(10017):UserLocationProducer, vrsn=11518000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 4374). Was: 2 for 1, account#-1690016942#
10-30 01:16:47.175 29876 29876 E         : debuggerd: failed to kill process 29656: No such process
10-30 01:16:47.196   988  1017 I BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
10-30 01:16:47.199   364   364 W         : debuggerd: resuming target 29656
10-30 01:16:47.224   988 10146 I ActivityManager: Process net.mobileinsight.app:pythonservice (pid 29656) has died
10-30 01:16:47.224   988 10146 D ActivityManager: cleanUpApplicationRecord -- 29656
10-30 01:16:47.224   988 10146 W ActivityManager: Scheduling restart of crashed service net.mobileinsight.app/org.kivy.android.PythonService in 1000ms
10-30 01:16:47.226   988  1015 I libprocessgroup: Killing pid 29685 in uid 10228 as part of process group 29656
10-30 01:16:47.229   988  1015 I libprocessgroup: Killing pid 29750 in uid 10228 as part of process group 29656
10-30 01:16:47.231   988 22695 I GnssLocationProvider: WakeLock acquired by sendMessage(3, 0, com.android.server.location.GnssLocationProvider$GpsRequest@12374f2)
10-30 01:16:47.232   610   610 I Zygote  : Process 29656 exited due to signal (6)
10-30 01:16:47.235   988  1015 I libprocessgroup: Killing pid 29685 in uid 10228 as part of process group 29656
10-30 01:16:47.238   988 20716 I OpenGLRenderer: Initialized EGL, version 1.4
10-30 01:16:47.238   988 20716 D OpenGLRenderer: Swap behavior 1
zwyuan commented 6 years ago

Here is the DEBUG level log:

10-30 12:13:51.694  7050  7065 I python2.7:  2017-10-30,12:13:51.694302 [b][color=00ffff][DEBUG][/color] [OnlineMonitor][/b]: LTE_PHY_Serv_Cell_Measurement
10-30 12:13:51.696  7050  7065 I python2.7:  2017-10-30,12:13:51.695889 [b][color=00ffff][DEBUG][/color] [OnlineMonitor][/b]: LTE_PHY_PDCCH_PHICH_Indication_Report
10-30 12:13:51.697  7050  7065 I python2.7:  /data/user/0/net.mobileinsight.app/files/app/lib/python27.zip/threading.py:828: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
10-30 12:13:51.699  7050  7065 I python2.7: killing diag_revealer
10-30 12:13:51.700  7050  7065 I python2.7:  2017-10-30,12:13:51.700064 [b][color=00ffff][DEBUG][/color] [OnlineMonitor][/b]: sys_shutdown
10-30 12:13:51.701  7050  7065 I python2.7:  2017-10-30,12:13:51.701481 [b][color=ff0000][ERROR][/color] [OnlineMonitor][/b]: Traceback (most recent call last):
10-30 12:13:51.701  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/monitor/android_dev_diag_monitor.py", line 470, in run
10-30 12:13:51.702  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 105, in send
10-30 12:13:51.702  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 163, in log_debug
10-30 12:13:51.702  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 1120, in debug
10-30 12:13:51.702  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 1249, in _log
10-30 12:13:51.702  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 1223, in makeRecord
10-30 12:13:51.702  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 284, in __init__
10-30 12:13:51.703  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/build/other_builds/python2/armeabi-v7a/python2/python-install/lib/python2.7/threading.py", line 828, in currentThread
10-30 12:13:51.703  7050  7065 I python2.7:  OverflowError: Python int too large to convert to C long
10-30 12:13:51.703  7050  7065 I python2.7:
10-30 12:13:51.705  7050  7065 I python2.7:  2017-10-30,12:13:51.705212 [b][color=ff0000][ERROR][/color] [OnlineMonitor][/b]: Traceback (most recent call last):
10-30 12:13:51.705  7050  7065 I python2.7:    File "/storage/emulated/0/mobileinsight/plugins/LatencyAnalyzer/main.mi2app", line 106, in <module>
10-30 12:13:51.705  7050  7065 I python2.7:      src.run()
10-30 12:13:51.706  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/monitor/android_dev_diag_monitor.py", line 500, in run
10-30 12:13:51.706  7050  7065 I python2.7:  SystemExit: Traceback (most recent call last):
10-30 12:13:51.706  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/monitor/android_dev_diag_monitor.py", line 470, in run
10-30 12:13:51.706  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 105, in send
10-30 12:13:51.706  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/site-packages/mobile_insight/element.py", line 163, in log_debug
10-30 12:13:51.706  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 1120, in debug
10-30 12:13:51.707  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 1249, in _log
10-30 12:13:51.707  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 1223, in makeRecord
10-30 12:13:51.707  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/dists/mi3/private/lib/python2.7/logging/__init__.py", line 284, in __init__
10-30 12:13:51.707  7050  7065 I python2.7:    File "/home/vagrant/.python-for-android/build/other_builds/python2/armeabi-v7a/python2/python-install/lib/python2.7/threading.py", line 828, in currentThread
10-30 12:13:51.707  7050  7065 I python2.7:  OverflowError: Python int too large to convert to C long
10-30 12:13:51.707  7050  7065 I python2.7:
10-30 12:13:51.708  7050  7065 I python2.7:
10-30 12:13:51.758  7050  7065 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.nativeStart(Native method)
10-30 12:13:51.758  7050  7065 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.run(PythonService.java:124)
10-30 12:13:51.758  7050  7065 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.nativeStart(Native method)
10-30 12:13:51.758  7050  7065 F art     : art/runtime/runtime.cc:422]   at org.kivy.android.PythonService.run(PythonService.java:124)
10-30 12:13:51.763  7783  7783 I debuggerd: type=1400 audit(0.0:795): avc: denied { open } for path="/data/data/net.mobileinsight.app/files/app/lib/python2.7/site-packages/mobile_insight/monitor/dm_collector/dm_collector_c.so" dev="dm-0" ino=418030 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
10-30 12:13:51.763  7783  7783 I debuggerd: type=1400 audit(0.0:796): avc: denied { getattr } for path="/data/data/net.mobileinsight.app/files/app/lib/python2.7/site-packages/mobile_insight/monitor/dm_collector/dm_collector_c.so" dev="dm-0" ino=418030 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
10-30 12:13:51.788  7783  7783 F DEBUG   : pid: 7050, tid: 7065, name: Thread-2  >>> net.mobileinsight.app:pythonservice <<<
10-30 12:13:52.675  1005  4842 I ActivityManager: Process net.mobileinsight.app:pythonservice (pid 7050) has died
10-30 12:13:52.676  1005  4842 W ActivityManager: Scheduling restart of crashed service net.mobileinsight.app/org.kivy.android.PythonService in 1000ms
10-30 12:14:36.576  1005  7788 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{62dfa24 0:net.mobileinsight.app:pythonservice/u0a228}
zwyuan commented 6 years ago

Seems that the event.type_id for that particular event also causes crashing.