I would like to monitor network traffic of my Android Phone. I was thinking using tcpdump for Android, but I\'m not sure if I have to cross-compile for the phone.
An
The common approach is to call "cat /proc/net/netstat" as described here:
Android network stats