1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 04:35:45 +02:00

Disable the console for the MI version just as the CLI version does.

This commit is contained in:
Ken Ryall 2007-05-05 14:42:57 +00:00
parent 7cf646142e
commit 8e347bf561

View file

@ -93,6 +93,8 @@ public class SharedLibraryManager extends Manager {
if (infoSharedMI != null) if (infoSharedMI != null)
{ {
try { try {
RxThread rxThread = miSession.getRxThread();
rxThread.setEnableConsole(false);
miSession.postCommand(infoSharedMI); miSession.postCommand(infoSharedMI);
MIInfoSharedLibraryInfo info = infoSharedMI.getMIInfoSharedLibraryInfo(); MIInfoSharedLibraryInfo info = infoSharedMI.getMIInfoSharedLibraryInfo();
if (info == null) { if (info == null) {