在 Flex 3 中禁用跟踪语句

发布于 2024-10-30 13:11:04 字数 217 浏览 1 评论 0原文

我的应用程序的 UI 是在 Flex 3 中构建的。我们在多个位置使用了跟踪语句,这些语句记录在 flashlog.txt 文件中。

我使用 mxmlc ant 任务构建应用程序并提供 debug="true"

现在,我不想每次运行应用程序时都打印跟踪语句,因此我通过从 ant 任务中删除 debug 语句来构建它。它仍然在同一个文件中打印我的调试信息。 为了满足要求,我做错了什么吗?

My Application's UI is built in Flex 3. We have used trace statements at multiple locations, which are being logged in flashlog.txt file.

I build application with mxmlc ant task and providing debug="true"

Now, I don't want to print trace statements every time I run my application, So I build it by removing debug statement from ant task. It still prints my debug info in the same file.
Is there anything which I am doing wrong to fulfill the requirement?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

木格 2024-11-06 13:11:04

你尝试过吗

debug="false"

? :)

have you tried

debug="false"

? :)

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