草庐IT

TextLayoutCache

全部标签

android - 标签 : TextLayoutCache Text: Cache Value deleted

在某个时候调试我的Android应用程序时,我在LogCat中看到大量条目,其中包含Tag:TextLayoutCacheText:CacheValue0x51b9f578deleted,size=168(thehexavaluechangesfromentrytoentry)有人知道这是怎么回事吗?内存泄漏?如果有问题,有什么想法可以解决吗?谢谢! 最佳答案 网上似乎没有一个明确的答案,所以我看了一下TextLayoutCache.cpp的代码。.我觉得不错。它缓存文本布局数据以提高性能,目前在TextLayoutCache.h中