Qt/嵌入式日志记录工具
我刚开始将 qt/embedded 移植到嵌入式 Linux。
我想知道 qt 如何通过嵌入式 Linux 管理日志记录功能。如果有日志记录功能,则可以将其推送到串行端口,也可以将其禁用。
您能与我们分享一下将 qt 移植到嵌入式 Linux 以及日志记录功能的看法吗? (关于在将 qt 移植到嵌入式 Linux 之前我应该考虑的真正问题是什么)
问候, 桑托什。
I am new to porting qt/embedded to embedded linux.
I want to know about how qt manages logging facility over embedded linux. If the logging facility is there, it can be pushed to serial port or it can be disabled.
Could you anyone share us the view of porting qt to embedded linux and about the logging faciliy? (About what are the real thing that i should consider before porting qt to embedded linux)
Regards,
Santhosh.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,我得到了禁用调试日志消息的答案。
我们应该在编译过程中禁用宏的QT_NO_DEBUG_OUTPUT和QT_NO_WARNING_OUTPUT。
希望,它应该有所帮助:)
For this, i got an answer of disabling the debug log messages.
We should disable the macro's QT_NO_DEBUG_OUTPUT and QT_NO_WARNING_OUTPUT during compilation process.
Hope, it should help :)