I can track the overall and per uid (application) bandwidth usage of Android device by android.net.TrafficStats
.
However a uid can execute more than one binaries to invoke more than one processes.
I want to know if there is any method or way to get per process bandwidth usage, so that I can trace back the binary that starts the connection to the Internet.