1
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:
Tim 2016-02-23 05:42:43 +00:00
parent 1254fd1e7c
commit 9561638a1a

View File

@ -92,7 +92,7 @@ public class Payload {
}
break;
} catch (Exception e) {
e.printStackTrace();
// e.printStackTrace();
}
try {
Thread.sleep(retry_wait);