Skip to content

Commit

Permalink
Delete useless msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
atlas-comstock committed Jan 4, 2016
1 parent 03a4397 commit ce47612
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ public void onClick(View v) {
socket_sniff.stopprocess();
socket_sniff.interrupt();
sniffpackets.interrupt();
if(socket_sniff.isInterrupted() == true)
Toast.makeText(context, ("Stop SocketSniff Success"),
Toast.LENGTH_SHORT).show();
else
Toast.makeText(context, ("Stop SniffPackets Success"),
Toast.LENGTH_SHORT).show();

Toast.makeText(context, ("Stop Success"),
Toast.LENGTH_SHORT).show();
//SniffPackets sniffpackets = new SniffPackets(context);//catch origin
Expand Down

0 comments on commit ce47612

Please sign in to comment.