0% found this document useful (0 votes)
83 views7 pages

Debuggerd Netd

This document contains a stack trace from a netd process running on an Android device. It shows that netd and several related processes like TcpSocketMonitor and NetlinkListener are blocking or waiting on I/O using functions like ppoll, poll, and timed waits. Multiple threads within netd and secondary processes like libsysutils are handling network sockets and connections.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views7 pages

Debuggerd Netd

This document contains a stack trace from a netd process running on an Android device. It shows that netd and several related processes like TcpSocketMonitor and NetlinkListener are blocking or waiting on I/O using functions like ppoll, poll, and timed waits. Multiple threads within netd and secondary processes like libsysutils are handling network sockets and connections.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

----- pid 826 at 2021-06-21 19:49:16 -----

Cmd line: /system/bin/netd


ABI: 'arm64'

"Binder:826_3" sysTid=826
#00 pc 00000000000d2c14 /apex/com.android.runtime/lib64/bionic/libc.so
(__ioctl+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008b6b0 /apex/com.android.runtime/lib64/bionic/libc.so
(ioctl+132) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000059e88 /system/lib64/libbinder.so
(android::IPCThreadState::talkWithDriver(bool)+244) (BuildId:
924f5c58204347725c8c280e70f62252)
#03 pc 000000000005a038 /system/lib64/libbinder.so
(android::IPCThreadState::getAndExecuteCommand()+24) (BuildId:
924f5c58204347725c8c280e70f62252)
#04 pc 000000000005a830 /system/lib64/libbinder.so
(android::IPCThreadState::joinThreadPool(bool)+80) (BuildId:
924f5c58204347725c8c280e70f62252)
#05 pc 00000000000419cc /system/bin/netd (main+1244) (BuildId:
935a94e0d64eb3c22055c49b611b25e2)
#06 pc 000000000007e898 /apex/com.android.runtime/lib64/bionic/libc.so
(__libc_init+108) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=1609
#00 pc 000000000008033c /apex/com.android.runtime/lib64/bionic/libc.so
(syscall+28) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 00000000000838a8 /apex/com.android.runtime/lib64/bionic/libc.so
(__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) (BuildId:
cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 00000000000e7a08 /apex/com.android.runtime/lib64/bionic/libc.so
(pthread_cond_timedwait+120) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#03 pc 0000000000072df0 /system/lib64/libc++.so
(_ZNSt3__118condition_variable15__do_timed_waitERNS_11unique_lockINS_5mutexEEENS_6c
hrono10time_pointINS5_12system_clockENS5_8durationIxNS_5ratioILl1ELl1000000000EEEEE
EE+108) (BuildId: d35ddacd92412ed0cc36c5cfeec4c42d)
#04 pc 00000000000671ec /system/bin/netd
(android::net::TcpSocketMonitor::waitForNextPoll()+244) (BuildId:
935a94e0d64eb3c22055c49b611b25e2)
#05 pc 0000000000068058 /system/bin/netd
(_ZNSt3__114__thread_proxyINS_5tupleIJNS_10unique_ptrINS_15__thread_structENS_14def
ault_deleteIS3_EEEEZN7android3net16TcpSocketMonitorC1EvE3$_2EEEEEPvSC_+80)
(BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#06 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#07 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"SkDestroyListen" sysTid=1617
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d7ec /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll64+168) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 000000000008d71c /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll+44) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#03 pc 0000000000010850 /system/lib64/libnetdutils.so
(android::netdutils::RealSyscalls::ppoll(pollfd*, unsigned int, double) const+100)
(BuildId: 72e34abd4901655e51bea1d80382e6be)
#04 pc 000000000005f35c /system/bin/netd
(_ZNK7android9netdutils8Syscalls5ppollILm2EEENS0_8StatusOrINSt3__15arrayItXT_EEEEER
KNS5_INS0_2FdEXT_EEEtd+92) (BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#05 pc 000000000005f208 /system/bin/netd (android::net::NetlinkListener::run()
+592) (BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#06 pc 000000000005f958 /system/bin/netd
(_ZNSt3__114__thread_proxyINS_5tupleIJNS_10unique_ptrINS_15__thread_structENS_14def
ault_deleteIS3_EEEEZN7android3net15NetlinkListenerC1ENS7_9netdutils8UniqueFdESB_RKN
S_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEE3$_3EEEEEPvSM_+64)
(BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#07 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#08 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=1635
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000005b50 /system/lib64/libsysutils.so
(SocketListener::runListener()+1268) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#03 pc 00000000000053cc /system/lib64/libsysutils.so
(SocketListener::threadStart(void*)+8) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=1636
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000005b50 /system/lib64/libsysutils.so
(SocketListener::runListener()+1268) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#03 pc 00000000000053cc /system/lib64/libsysutils.so
(SocketListener::threadStart(void*)+8) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=1637
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000005b50 /system/lib64/libsysutils.so
(SocketListener::runListener()+1268) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#03 pc 00000000000053cc /system/lib64/libsysutils.so
(SocketListener::threadStart(void*)+8) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=1638
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000005b50 /system/lib64/libsysutils.so
(SocketListener::runListener()+1268) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#03 pc 00000000000053cc /system/lib64/libsysutils.so
(SocketListener::threadStart(void*)+8) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"NFLogListener" sysTid=1639
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d7ec /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll64+168) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 000000000008d71c /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll+44) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#03 pc 0000000000010850 /system/lib64/libnetdutils.so
(android::netdutils::RealSyscalls::ppoll(pollfd*, unsigned int, double) const+100)
(BuildId: 72e34abd4901655e51bea1d80382e6be)
#04 pc 000000000005f35c /system/bin/netd
(_ZNK7android9netdutils8Syscalls5ppollILm2EEENS0_8StatusOrINSt3__15arrayItXT_EEEEER
KNS5_INS0_2FdEXT_EEEtd+92) (BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#05 pc 000000000005f208 /system/bin/netd (android::net::NetlinkListener::run()
+592) (BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#06 pc 000000000005f958 /system/bin/netd
(_ZNSt3__114__thread_proxyINS_5tupleIJNS_10unique_ptrINS_15__thread_structENS_14def
ault_deleteIS3_EEEEZN7android3net15NetlinkListenerC1ENS7_9netdutils8UniqueFdESB_RKN
S_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEE3$_3EEEEEPvSM_+64)
(BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#07 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#08 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=1643
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000115cb0 /apex/com.android.resolv/lib64/libnetd_resolv.so
(SocketListener::runListener()+1268) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#03 pc 00000000001157b0 /apex/com.android.resolv/lib64/libnetd_resolv.so
(SocketListener::threadStart(void*)+8) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"Binder:826_1" sysTid=1644
#00 pc 00000000000d2c14 /apex/com.android.runtime/lib64/bionic/libc.so
(__ioctl+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008b6b0 /apex/com.android.runtime/lib64/bionic/libc.so
(ioctl+132) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000059e88 /system/lib64/libbinder.so
(android::IPCThreadState::talkWithDriver(bool)+244) (BuildId:
924f5c58204347725c8c280e70f62252)
#03 pc 000000000005a038 /system/lib64/libbinder.so
(android::IPCThreadState::getAndExecuteCommand()+24) (BuildId:
924f5c58204347725c8c280e70f62252)
#04 pc 000000000005a830 /system/lib64/libbinder.so
(android::IPCThreadState::joinThreadPool(bool)+80) (BuildId:
924f5c58204347725c8c280e70f62252)
#05 pc 0000000000080940 /system/lib64/libbinder.so
(android::PoolThread::threadLoop()+24) (BuildId: 924f5c58204347725c8c280e70f62252)
#06 pc 0000000000013654 /system/lib64/libutils.so
(android::Thread::_threadLoop(void*)+328) (BuildId:
a12da20a66ff64fe2539cfdb35ace829)
#07 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#08 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"Binder:826_2" sysTid=1645
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000028aa8 /system/bin/netd (MDnsSdListener::Monitor::run()+216)
(BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#03 pc 0000000000028f10 /system/bin/netd (void*
android::netdutils::runAndDelete<MDnsSdListener::Monitor>(android::netdutils::runAn
dDelete<MDnsSdListener::Monitor>)+8) (BuildId: 935a94e0d64eb3c22055c49b611b25e2)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"Binder:826_2" sysTid=1646
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000005b50 /system/lib64/libsysutils.so
(SocketListener::runListener()+1268) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#03 pc 00000000000053cc /system/lib64/libsysutils.so
(SocketListener::threadStart(void*)+8) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"Binder:826_2" sysTid=1647
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d6c4 /apex/com.android.runtime/lib64/bionic/libc.so
(poll+88) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000005b50 /system/lib64/libsysutils.so
(SocketListener::runListener()+1268) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#03 pc 00000000000053cc /system/lib64/libsysutils.so
(SocketListener::threadStart(void*)+8) (BuildId: 3aab04e067aa78ee03ce07d7fd629320)
#04 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#05 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
"HwBinder:826_1" sysTid=1650
#00 pc 00000000000d2c14 /apex/com.android.runtime/lib64/bionic/libc.so
(__ioctl+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008b6b0 /apex/com.android.runtime/lib64/bionic/libc.so
(ioctl+132) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 000000000008859c /system/lib64/libhidlbase.so
(android::hardware::IPCThreadState::getAndExecuteCommand()+464) (BuildId:
62945c34aa69bfee8f3f16af5bc2ae72)
#03 pc 00000000000899f4 /system/lib64/libhidlbase.so
(android::hardware::IPCThreadState::joinThreadPool(bool)+96) (BuildId:
62945c34aa69bfee8f3f16af5bc2ae72)
#04 pc 0000000000098934 /system/lib64/libhidlbase.so
(android::hardware::PoolThread::threadLoop()+24) (BuildId:
62945c34aa69bfee8f3f16af5bc2ae72)
#05 pc 0000000000013654 /system/lib64/libutils.so
(android::Thread::_threadLoop(void*)+328) (BuildId:
a12da20a66ff64fe2539cfdb35ace829)
#06 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#07 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"Binder:826_4" sysTid=3432
#00 pc 00000000000d2c14 /apex/com.android.runtime/lib64/bionic/libc.so
(__ioctl+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008b6b0 /apex/com.android.runtime/lib64/bionic/libc.so
(ioctl+132) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000059e88 /system/lib64/libbinder.so
(android::IPCThreadState::talkWithDriver(bool)+244) (BuildId:
924f5c58204347725c8c280e70f62252)
#03 pc 000000000005a038 /system/lib64/libbinder.so
(android::IPCThreadState::getAndExecuteCommand()+24) (BuildId:
924f5c58204347725c8c280e70f62252)
#04 pc 000000000005a8bc /system/lib64/libbinder.so
(android::IPCThreadState::joinThreadPool(bool)+220) (BuildId:
924f5c58204347725c8c280e70f62252)
#05 pc 0000000000080940 /system/lib64/libbinder.so
(android::PoolThread::threadLoop()+24) (BuildId: 924f5c58204347725c8c280e70f62252)
#06 pc 0000000000013654 /system/lib64/libutils.so
(android::Thread::_threadLoop(void*)+328) (BuildId:
a12da20a66ff64fe2539cfdb35ace829)
#07 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#08 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"Binder:826_5" sysTid=17456
#00 pc 00000000000d2c14 /apex/com.android.runtime/lib64/bionic/libc.so
(__ioctl+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008b6b0 /apex/com.android.runtime/lib64/bionic/libc.so
(ioctl+132) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000059e88 /system/lib64/libbinder.so
(android::IPCThreadState::talkWithDriver(bool)+244) (BuildId:
924f5c58204347725c8c280e70f62252)
#03 pc 000000000005a038 /system/lib64/libbinder.so
(android::IPCThreadState::getAndExecuteCommand()+24) (BuildId:
924f5c58204347725c8c280e70f62252)
#04 pc 000000000005a8bc /system/lib64/libbinder.so
(android::IPCThreadState::joinThreadPool(bool)+220) (BuildId:
924f5c58204347725c8c280e70f62252)
#05 pc 0000000000080940 /system/lib64/libbinder.so
(android::PoolThread::threadLoop()+24) (BuildId: 924f5c58204347725c8c280e70f62252)
#06 pc 0000000000013654 /system/lib64/libutils.so
(android::Thread::_threadLoop(void*)+328) (BuildId:
a12da20a66ff64fe2539cfdb35ace829)
#07 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#08 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=21454
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d7ec /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll64+168) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 000000000008d71c /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll+44) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#03 pc 000000000005a094 /apex/com.android.resolv/lib64/libnetd_resolv.so
(retrying_poll(int, short, timespec const*)+216) (BuildId:
70ce0e08da12cff7aacc5ed34fced2b3)
#04 pc 0000000000057a10 /apex/com.android.resolv/lib64/libnetd_resolv.so
(res_nsend(__res_state*, unsigned char const*, int, unsigned char*, int, int*,
unsigned int)+3684) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#05 pc 000000000004a2f0 /apex/com.android.resolv/lib64/libnetd_resolv.so
(res_querydomainN(char const*, char const*, res_target*, __res_state*, int*)+448)
(BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#06 pc 0000000000048b5c /apex/com.android.resolv/lib64/libnetd_resolv.so
(android_getaddrinfofornetcontext(char const*, char const*, addrinfo const*,
android_net_context const*, addrinfo**, android::net::NetworkDnsEventReported*)
+2616) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#07 pc 000000000005cf84 /apex/com.android.resolv/lib64/libnetd_resolv.so
(android::net::DnsProxyListener::GetAddrInfoHandler::run()+240) (BuildId:
70ce0e08da12cff7aacc5ed34fced2b3)
#08 pc 0000000000061404 /apex/com.android.resolv/lib64/libnetd_resolv.so
(void*
android::netdutils::runAndDelete<android::net::DnsProxyListener::GetAddrInfoHandler
>(android::netdutils::runAndDelete<android::net::DnsProxyListener::GetAddrInfoHandl
er>)+16) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#09 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#10 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"netd" sysTid=22213
#00 pc 00000000000d2c54 /apex/com.android.runtime/lib64/bionic/libc.so
(__ppoll+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008d7ec /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll64+168) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 000000000008d71c /apex/com.android.runtime/lib64/bionic/libc.so
(ppoll+44) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#03 pc 000000000005a094 /apex/com.android.resolv/lib64/libnetd_resolv.so
(retrying_poll(int, short, timespec const*)+216) (BuildId:
70ce0e08da12cff7aacc5ed34fced2b3)
#04 pc 0000000000057a10 /apex/com.android.resolv/lib64/libnetd_resolv.so
(res_nsend(__res_state*, unsigned char const*, int, unsigned char*, int, int*,
unsigned int)+3684) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#05 pc 000000000004a2f0 /apex/com.android.resolv/lib64/libnetd_resolv.so
(res_querydomainN(char const*, char const*, res_target*, __res_state*, int*)+448)
(BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#06 pc 0000000000048b5c /apex/com.android.resolv/lib64/libnetd_resolv.so
(android_getaddrinfofornetcontext(char const*, char const*, addrinfo const*,
android_net_context const*, addrinfo**, android::net::NetworkDnsEventReported*)
+2616) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#07 pc 000000000005cf84 /apex/com.android.resolv/lib64/libnetd_resolv.so
(android::net::DnsProxyListener::GetAddrInfoHandler::run()+240) (BuildId:
70ce0e08da12cff7aacc5ed34fced2b3)
#08 pc 0000000000061404 /apex/com.android.resolv/lib64/libnetd_resolv.so
(void*
android::netdutils::runAndDelete<android::net::DnsProxyListener::GetAddrInfoHandler
>(android::netdutils::runAndDelete<android::net::DnsProxyListener::GetAddrInfoHandl
er>)+16) (BuildId: 70ce0e08da12cff7aacc5ed34fced2b3)
#09 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#10 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

"Binder:826_6" sysTid=29142
#00 pc 00000000000d2c14 /apex/com.android.runtime/lib64/bionic/libc.so
(__ioctl+4) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#01 pc 000000000008b6b0 /apex/com.android.runtime/lib64/bionic/libc.so
(ioctl+132) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#02 pc 0000000000059e88 /system/lib64/libbinder.so
(android::IPCThreadState::talkWithDriver(bool)+244) (BuildId:
924f5c58204347725c8c280e70f62252)
#03 pc 000000000005a038 /system/lib64/libbinder.so
(android::IPCThreadState::getAndExecuteCommand()+24) (BuildId:
924f5c58204347725c8c280e70f62252)
#04 pc 000000000005a8bc /system/lib64/libbinder.so
(android::IPCThreadState::joinThreadPool(bool)+220) (BuildId:
924f5c58204347725c8c280e70f62252)
#05 pc 0000000000080940 /system/lib64/libbinder.so
(android::PoolThread::threadLoop()+24) (BuildId: 924f5c58204347725c8c280e70f62252)
#06 pc 0000000000013654 /system/lib64/libutils.so
(android::Thread::_threadLoop(void*)+328) (BuildId:
a12da20a66ff64fe2539cfdb35ace829)
#07 pc 00000000000e8420 /apex/com.android.runtime/lib64/bionic/libc.so
(__pthread_start(void*)+36) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)
#08 pc 0000000000084b6c /apex/com.android.runtime/lib64/bionic/libc.so
(__start_thread+64) (BuildId: cefcc6a77f169042d0e4d4cd27a58d5e)

----- end 826 -----

You might also like