Home
last modified time | relevance | path

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

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java155 private MessageConsoleStream mAndroidConsoleErrorStream; field in AdtPlugin
261 mAndroidConsoleErrorStream = mAndroidConsole.newMessageStream(); in start()
269 mAndroidConsoleErrorStream.setColor(mRed); in start()
738 printToStream(sPlugin.mAndroidConsoleErrorStream, tag, message); in logAndPrintError()
750 printToStream(sPlugin.mAndroidConsoleErrorStream, tag, objects); in printErrorToConsole()
852 return new AndroidPrintStream(project, prefix, sPlugin.mAndroidConsoleErrorStream); in getErrPrintStream()
1378 return sPlugin.mAndroidConsoleErrorStream;