CMD: adb root && adb shell tcpdump -vv -s 0 -w /data/location.pcap
adb pull /data/location.pcap ./
launch wireshark to pen the location.pcap file.
时间: 2024-10-12 19:55:28
CMD: adb root && adb shell tcpdump -vv -s 0 -w /data/location.pcap
adb pull /data/location.pcap ./
launch wireshark to pen the location.pcap file.