CoreGraphics 打印奇怪的消息

发布于 2024-11-05 23:45:26 字数 567 浏览 2 评论 0原文

最近,当我显示一些 PDF 文件时,我开始关注调试消息。

我认为当 CALayer 重绘某些页面时,会发生这种情况。

Text clipping 0xab9b930:
 Node 0: XIXHYA+LinotypeFeltpen-Medium-OV-IFXHYA (31.0031, 0, 0, 31.0031, 29.5798, 137.483)
    14 (0, 0)
 Node 1: XIXHYA+LinotypeFeltpen-Medium-OV-IFXHYA (31.0031, 0, 0, 31.0031, 36.3075, 137.483)
    25 (0, 0)
 Node 2: XIXHYA+LinotypeFeltpen-Medium-OV-IFXHYA (31.0031, 0, 0, 31.0031, 49.7628, 137.483)
    12 (0, 0)
...

这是什么意思?

内存泄漏之间是否也有可能存在相互关联,因为它发生时,当显示页面时,有时会打印内存警告。为了更好地理解,我使用模拟器上的仪器来检测泄漏,但它找不到任何东西。仅当我在 iPad 上测试应用程序时,它才会打印此内存泄漏警告。

I recently came to following debug messag, when I diplay some PDF files.

I think it occurs on some pages, when the CALayer redraws them.

Text clipping 0xab9b930:
 Node 0: XIXHYA+LinotypeFeltpen-Medium-OV-IFXHYA (31.0031, 0, 0, 31.0031, 29.5798, 137.483)
    14 (0, 0)
 Node 1: XIXHYA+LinotypeFeltpen-Medium-OV-IFXHYA (31.0031, 0, 0, 31.0031, 36.3075, 137.483)
    25 (0, 0)
 Node 2: XIXHYA+LinotypeFeltpen-Medium-OV-IFXHYA (31.0031, 0, 0, 31.0031, 49.7628, 137.483)
    12 (0, 0)
...

What does it mean?

Is it also possible, that there is an interconnection between memory leaks, because it occurs, that when the pages are displayed, it sometimes prints a memory warning. For a better understanding, I use Instruments on the Simulator to detect leaks, but it couldn't find anything. Only when I test the Application on an iPad, it prints this memory leak warnings.

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

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

发布评论

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

评论(1

等待圉鍢 2024-11-12 23:45:26

我不明白这些消息的含义。我知道,当 CALayer 绘制某些内容时,它们就会发生,但无论如何它不必对 CoreGraphics pdf 泄漏执行某些操作。

泄漏是我自己造成的。

I didn't figure out, what the messages are meaning. I know, they occure, when a CALayer is drawing something, but anyhow it doesn't have to do something with CoreGraphics pdf leaking.

The leaks occure by my own.

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