本文介绍了应用陷入E/com.facebook.internal.AttributionIdentifiers的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
应用运行正常,直到1小时后.突然,它开始卡在开口处,并在logcat中显示1行错误消息
App was running fine till 1 hour back. Suddenly it started getting stuck at the opening and shows 1 line error message in logcat
08-31 15:57:54.924 31700-31700/? E/com.facebook.internal.AttributionIdentifiers: getAttributionIdentifiers should not be called from the main thread
这是唯一显示的日志.应用没有任何变化
That's the only log being shown. There were no changes happened on app
推荐答案
这对我有用
com.facebook.android:facebook-android-sdk:4.35.0
这篇关于应用陷入E/com.facebook.internal.AttributionIdentifiers的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!