首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Android: Error Rss Reader

Android: Error Rss Reader
EN

Stack Overflow用户
提问于 2015-09-19 16:59:35
回答 1查看 33关注 0票数 0

我的rss阅读器应用程序出了点小问题。实际上,当我选择一个新闻类别时,列表新闻保持不变。在调试模式下,有了断点,一切都是正确的,没有断点,错误仍然存在。是不是我需要在rss解析器或异步任务中实现睡眠?当我尝试更改类别时,这是一个关于日志的示例:

代码语言:javascript
复制
09-15 18:52:57.022  29287-29420/francescoperfetti.mamba.it.cosenzachannelapp_nofrag D/URL ASYNK﹕ [url=http://www.cosenzachannel.it/category/s8-sport/c102-news-brutium-cosenza/feed/]CosenzaChannel.it » News Brutium Cosenza[/url]
09-15 18:52:57.090  29287-29308/francescoperfetti.mamba.it.cosenzachannelapp_nofrag W/EGL_emulation﹕ eglSurfaceAttrib not implemented
09-15 18:52:57.090  29287-29308/francescoperfetti.mamba.it.cosenzachannelapp_nofrag W/OpenGLRenderer﹕ Failed to set EGL_SWAP_BEHAVIOR on surface 0xa43ab020, error=EGL_SUCCESS
09-15 18:53:00.469  29287-29299/francescoperfetti.mamba.it.cosenzachannelapp_nofrag I/art﹕ Background partial concurrent mark sweep GC freed 5412(777KB) AllocSpace objects, 10(160KB) LOS objects, 17% free, 19MB/23MB, paused 5.964ms total 65.218ms
09-15 18:53:37.422  29287-29347/francescoperfetti.mamba.it.cosenzachannelapp_nofrag D/URL ASYNK﹕ [url=http://www.cosenzachannel.it/category/s8-sport/c43-nuoto/feed]CosenzaChannel.it » Nuoto[/url]
09-15 18:53:37.493  29287-29308/francescoperfetti.mamba.it.cosenzachannelapp_nofrag W/EGL_emulation﹕ eglSurfaceAttrib not implemented
09-15 18:53:37.493  29287-29308/francescoperfetti.mamba.it.cosenzachannelapp_nofrag W/OpenGLRenderer﹕ Failed to set EGL_SWAP_BEHAVIOR on surface 0xa6c931a0, error=EGL_SUCCESS
09-15 18:53:37.701  29287-29308/francescoperfetti.mamba.it.cosenzachannelapp_nofrag D/OpenGLRenderer﹕ endAllStagingAnimators on 0xa467ee80 (ListView) with handle 0xa4343780
09-15 18:53:39.521  29287-29299/francescoperfetti.mamba.it.cosenzachannelapp_nofrag W/art﹕ Suspending all threads took: 7.604ms
09-15 18:53:39.546  29287-29299/francescoperfetti.mamba.it.cosenzachannelapp_nofrag I/art﹕ Background partial concurrent mark sweep GC freed 4536(600KB) AllocSpace objects, 15(952KB) LOS objects, 15% free, 22MB/26MB, paused 10ms total 72.815ms
09-15 18:53:54.405  29287-29420/francescoperfetti.mamba.it.cosenzachannelapp_nofrag D/URL ASYNK﹕ [url=http://www.cosenzachannel.it/category/s8-sport/c40-cinque/feed]CosenzaChannel.it » News Brutium Cosenza[/url]
09-15 18:53:54.491  29287-29308/francescoperfetti.mamba.it.cosenzachannelapp_nofrag W/EGL_emulation﹕ eglSurfaceAttrib not implemented
09-15 18:53:54.491  29287-29308/francescoperfetti.mamba.it.cosenzachannelapp_nofrag W/OpenGLRenderer﹕ Failed to set EGL_SWAP_BEHAVIOR on surface 0xa4391640, error=EGL_SUCCESS
09-15 18:53:55.628  29287-29287/francescoperfetti.mamba.it.cosenzachannelapp_nofrag I/Choreographer﹕ Skipped 63 frames!  The application may be doing too much work on its main thread.

任何建议都将不胜感激。

谢谢,祝你有愉快的一天。

EN

回答 1

Stack Overflow用户

发布于 2015-09-20 00:57:14

更新:这可能是问题的原因:

代码语言:javascript
复制
Background sticky concurrent mark sweep GC freed 1713(249KB) AllocSpace objects, 25(1981KB) LOS objects, 4% free, 41MB/43MB, paused 20.467ms total 29.673ms

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32666286

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档