Hi friends,
I am new to android and trying to run tcpdump on android emulator's terminal.
I can run it from my PC (Using adb shell), when I try to run tcpdump from emulator terminal it gives me this error.
$tcpdump -s 0 -w /sdcard/out.pcap
tcpdump: WARNING: socket: Permission Denied
tcpdump: /sdcard/out.pcap: Permission Denied
Can anyone please help?
I am new to android and trying to run tcpdump on android emulator's terminal.
I can run it from my PC (Using adb shell), when I try to run tcpdump from emulator terminal it gives me this error.
$tcpdump -s 0 -w /sdcard/out.pcap
tcpdump: WARNING: socket: Permission Denied
tcpdump: /sdcard/out.pcap: Permission Denied
Can anyone please help?