예제 #1
0
 private void replaceIfUnignoredException(String resultKey, String resultString) {
   if (resultString.indexOf(SlimServer.EXCEPTION_TAG) != -1) {
     if (shouldReportException(resultKey, resultString)) processException(resultKey, resultString);
   }
 }