mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-12 12:14:29 +01:00
fix #61, suppress error when Android meterpreter handler down
This commit is contained in:
parent
1254fd1e7c
commit
9561638a1a
@ -92,7 +92,7 @@ public class Payload {
|
||||
}
|
||||
break;
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
// e.printStackTrace();
|
||||
}
|
||||
try {
|
||||
Thread.sleep(retry_wait);
|
||||
|
Loading…
x
Reference in New Issue
Block a user