(String cmd)
| 544 | mConnectionKillerProcess = System.getTools().arpSpoof.spoof(System.getCurrentTarget(), new ArpSpoof.ArpSpoofReceiver() { |
| 545 | |
| 546 | @Override |
| 547 | public void onStart(String cmd) { |
| 548 | super.onStart(cmd); |
| 549 | System.setForwarding(false); |
| 550 | } |
| 551 | |
| 552 | @Override |
| 553 | public void onError(String line) { |
nothing calls this directly
no test coverage detected