简体   繁体   English

Eclipse RCP写入以减少控制台开销

[英]Eclipse RCP writing to console overhead

I have Eclipse RCP application without console. 我有没有控制台的Eclipse RCP应用程序。 But in my source code for this app a lot of information is written to the console. 但是,在此应用程序的源代码中,很多信息都写入了控制台。 My question is: will this situation costs me overhead or not? 我的问题是:这种情况会否使我损失管理费用?

If you mean a console View, then it might cause some problems. 如果您指的是控制台视图,则可能会引起一些问题。 For instance, in current project, we were also using console frequently, to output some debugging messages. 例如,在当前项目中,我们还经常使用控制台来输出一些调试消息。 At some point the bug was raised by the client, that application has crashed (or was unresponsive any more, I don't remember exactly). 在某个时候,该错误是由客户端引起的,该应用程序已崩溃(或者不再响应,我不记得了)。 After digging it up, we have found, that we have run out of threads because of the console and we had to switch it off. 对其进行挖掘之后,我们发现由于控制台的原因,线程用完了,我们不得不将其关闭。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM