문제

Is there a native android Api to monitor network traffic and may be restrict it ? I came across TrafficStats but i dont think it provides a method to dump the packets and analyze it later or in real time. If there is no native support, then what are other possibilities to implement something like this ?

도움이 되었습니까?

해결책

I have not used it myself, but have heard of others using a variant of tcpdump called tcpdump-arm for capturing and analyzing Android device traffic.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top