yadavdev / android-packet-capture

A basic root app using precompiled tcpdump binary to capture network packets in rooted android phones
MIT License
41 stars 13 forks source link

ps | grep tcpdump.bin always returns null. #3

Open rahulpawar1989 opened 4 years ago

rahulpawar1989 commented 4 years ago

When i press STOP Capture button, capturing process doesn't stops as ps | grep tcpdump.bin always returns null. So kill command is not executing . Can you please help me in resolving this.

am263129 commented 3 years ago

same as my side. I can't get any pcap data. Implement without -w flag or stop/restart capture returns same. always return null :(