示例#1
0
 /**
  * Prints out information about the way the process died.
  *
  * @param returnValue process' return value.
  */
 public void processDied(int returnValue) {
   AppLogger.finer(command + ": died with return code " + returnValue);
 }