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:
parent
7cf646142e
commit
8e347bf561
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue