MCPcopy Index your code
hub / github.com/cSploit/android / onEnd

Method onEnd

cSploit/src/org/csploit/android/tools/NMap.java:39–42  ·  view source on GitHub ↗
( int exitCode )

Source from the content-addressed store, hash-verified

37 public static abstract class TraceReceiver extends Child.EventReceiver
38 {
39 public void onEnd( int exitCode ) {
40 if( exitCode != 0 )
41 Logger.error("nmap exited with code " + exitCode );
42 }
43
44 public void onDeath( int signal ) {
45 Logger.error("nmap killed by signal " + signal);

Callers

nothing calls this directly

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected