10081009101010111012101310141015101610171018
else { try { if (!service.isRunning()) error("First start the service to trace it"); else { String result = service.trace(on); if (result != null) error("Failed to trace: %s", result); } } catch (Exception e) {