How to use ADB shell to find the ports which a process is using?

前端 未结 2 592
余生分开走
余生分开走 2021-02-06 03:13

For example, in Android, the PID of a process 1234 is using ports 2222,2223,2224. Now I have a PID 1234. I was wondering how to find out port numbers 2222, 2223, 2224 which the

2条回答
提交回复
热议问题