listactivity 因 WindowManager 导致卡顿
我对一些奇怪的 logcat 输出有疑问。
设想: 我有一个包含图像和文本视图等的列表活动。图像由 Fedor 的 LazyList 实现加载。我把他的缓存从commons改为LRUMap。
在滚动时,我有时会出现口吃,logcats 向我显示了很多这样的消息:
V/WindowManager( 2482): Dsptch > Window{48267640 <packagename to Listactivity> paused=false}
V/InputDevice( 2482): ID[0]=0(0) Up(1=>0)
知道这些消息的含义吗?
提前谢谢
i have a question regarding some weird logcat outputs.
Scenario:
I have a listactivity with images and textviews, etc. The images are loaded by Fedor's implementation of LazyList. I changed his cache to a LRUMap from commons.
On scrolling i got sometimes a stuttering and logcats shows me a lot of this messages:
V/WindowManager( 2482): Dsptch > Window{48267640 <packagename to Listactivity> paused=false}
V/InputDevice( 2482): ID[0]=0(0) Up(1=>0)
Any ideas what these messages mean?
Thx in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论