Qt/嵌入式日志记录工具

发布于 2024-10-24 20:31:03 字数 216 浏览 1 评论 0原文

我刚开始将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

送舟行 2024-10-31 20:31:03

为此,我得到了禁用调试日志消息的答案。

我们应该在编译过程中禁用宏的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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文