Searched refs:mReportSocket (Results 1 – 1 of 1) sorted by relevance
65 private Socket mReportSocket = null; field in SubprocessResultsReporter270 if (mReportSocket == null) { in printEvent()271 mReportSocket = new Socket("localhost", mReportPort.intValue()); in printEvent()272 mPrintWriter = new PrintWriter(mReportSocket.getOutputStream(), true); in printEvent()274 if (!mReportSocket.isConnected()) { in printEvent()296 StreamUtil.close(mReportSocket); in close()