Searched refs:mAndroidConsoleErrorStream (Results 1 – 1 of 1) sorted by relevance
136 private MessageConsoleStream mAndroidConsoleErrorStream; field in AdtPlugin236 mAndroidConsoleErrorStream = mAndroidConsole.newMessageStream(); in start()244 mAndroidConsoleErrorStream.setColor(mRed); in start()718 printToStream(sPlugin.mAndroidConsoleErrorStream, tag, message); in logAndPrintError()730 printToStream(sPlugin.mAndroidConsoleErrorStream, tag, objects); in printErrorToConsole()832 return new AndroidPrintStream(project, prefix, sPlugin.mAndroidConsoleErrorStream); in getErrPrintStream()1366 return sPlugin.mAndroidConsoleErrorStream;