gpt4 book ai didi

android - 失败的 Binder 交易没有明显的问题

转载 作者:行者123 更新时间:2023-11-29 21:07:24 25 4
gpt4 key购买 nike

如果我收到失败的 Binder 事务错误,但它没有明显影响功能,这仍然重要吗?

它是否降低了我的应用的效率?

06-08 00:54:47.110: E/JavaBinder(10110): !!! FAILED BINDER TRANSACTION !!!

此错误发生在我使用 Picasso 将 Facebook 照片加载到 ImageView 的 Activity 开始时。基于一些关于堆栈溢出的问题,我猜它与此有关:

String facebookProfilePicUrl = "https://graph.facebook.com/"+item.get(TAG_FACEBOOKID)+"/picture?width=80&height=80";

Picasso.with(mContext)
.load(facebookProfilePicUrl)
.placeholder(R.drawable.ic_action_person)
.into(holder.fbphoto);

感谢您的宝贵时间。

最佳答案

Binder 交易可能失败,因为它太大了。尝试事先缩小图像,并引用this question了解更多信息。

关于android - 失败的 Binder 交易没有明显的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24104184/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com