Home
last modified time | relevance | path

Searched refs:mAndroidConsoleErrorStream (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java136 private MessageConsoleStream mAndroidConsoleErrorStream; field in AdtPlugin
236 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;