Android   发布时间:2022-04-28  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了android – 为什么Gallery如此慢/访问GoogleLoginService?大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在开发一个允许用户查看图像的应用程序,因此我发送了一个让图库显示图像的意图.出于某种原因,显示图像需要几秒钟. LogCat显示它试图连接到“GoogleLoginService”?为什么画廊连接到互联网?可以在手机或代码关闭它吗?

I/CacheService(19326): Preparing DiskCache for all thumbnails.
I/CacheService(19326): DiskCache ready for all thumbnails.
I/ActivityManager( 1433): Starting activity: Intent { act=android.intent.action.VIEW     dat=file:///mnt/sdcard/x/attachments/68efeba8-7f0c-47bf-b7d7-d714f29f99c7.jpg typ=image/* cmp=com.cooliris.media/.Gallery }
I/Gallery (19326): onCreate
D/GoogleLoginService( 1601): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
I/RenderView(19326): First Draw
D/GoogleLoginService( 1601): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
I/ActivityManager( 1433): Displayed activity com.cooliris.media/.Gallery: 477 ms (total 477 ms)
D/GoogleLoginService( 1601): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
I/GridLayer(19326): Slot changing from -1 to -1

解决方法

该设备使用与Picasa集成的Gallery3D应用程序 – 登录Picasa由Google帐户验证程序处理.大多数帐户摆弄都发生在一个单独的线程上(如果我记得该应用程序正确) – 并没有真正影响启动.

这几乎总是画廊缩略图取得的罪魁祸首.

大佬总结

以上是大佬教程为你收集整理的android – 为什么Gallery如此慢/访问GoogleLoginService?全部内容,希望文章能够帮你解决android – 为什么Gallery如此慢/访问GoogleLoginService?所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: