在 Flex 3 中禁用跟踪语句
我的应用程序的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过吗
? :)
have you tried
? :)