iOS 中的 Flex Mobile 日志输出

发布于 2024-12-11 19:35:03 字数 134 浏览 0 评论 0原文

我正在尝试调试 Flex Mobile 项目上的问题。具体来说,为了调试这个问题,我需要使用 iOS 的发布版本(这是问题出现的唯一方式)。我很难找到查看发布版本上的日志消息的方法。有人能够在管理器控制台中成功查看日志消息吗?如果是这样,你是如何实现的?

I'm trying to debug an issue on a Flex Mobile project. Specifically, in order to debug this I need to be using a release build for iOS (it is the only way the problem appears). I am having difficulty finding a way to view log messages on a release build. Has anybody been able to successfully see log messages in the Organizer console? If so, how did you accomplish it?

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

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

发布评论

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

评论(1

尤怨 2024-12-18 19:35:03

如果需要发布版本,我可以想到两个选择:

  1. 在 Flex 移动项目中使用 Google Analytics,然后将错误记录到“测试”存储桶中,这样它就不会与您的真实报告混淆。
  2. 保存包含日志信息的 txt 文件,然后在 中读回它

。这都不是很好的解决方案,但我认为这是发布版本中可以做的最好的事情。

If it needs to be a release build, I can think of two options:

  1. Using Google Analytics in the Flex mobile project and then log your errors to a "test" bucket so it doesn't get mixed up with your real reporting.
  2. Save a txt file with log info, and then read it back in

Neither are great solutions, but I think it is the best you can do with a release build.

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