为什么Gallery如此缓慢/访问GoogleLoginService?

时间:2010-11-04 05:30:45

标签: android login gallery

我正在开发一款允许用户查看图片的应用,因此我发送了一个让图库显示图片的意图。出于某种原因,显示图像需要几秒钟。 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

1 个答案:

答案 0 :(得分:1)

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

几乎所有画廊缩略图都是罪魁祸首。