helpcrunch / android-sdk-demo

Public demo for HelpCrunch Android SDK
Apache License 2.0
9 stars 1 forks source link

ANR triggered by thread waiting for a binder transaction #89

Open Raiz08 opened 4 hours ago

Raiz08 commented 4 hours ago

android.os.BinderProxy.transactNative (Native method) This binder call may be taking too long, causing the main thread to wait and triggering the ANR.

com.helpcrunch.library.utils.views.toolbar.HCAgentsView.a (SourceFile:410) com.helpcrunch.library.utils.views.toolbar.HCAgentsView.a (SourceFile:351) com.helpcrunch.library.utils.views.toolbar.HCAgentsView.a (SourceFile:344) com.helpcrunch.library.utils.views.toolbar.HCAgentsView.a (SourceFile:337) com.helpcrunch.library.utils.views.toolbar.HCAgentsView.b (SourceFile:15) com.helpcrunch.library.utils.views.toolbar.HCAgentsView.a (SourceFile:19) com.helpcrunch.library.utils.views.toolbar.HCToolbarView.a (SourceFile:439) com.helpcrunch.library.ui.screens.chat.HcChatFragment.a (SourceFile:3357) com.helpcrunch.library.ui.screens.chat.HcChatFragment.a (SourceFile:5) com.helpcrunch.library.ui.screens.chat.HcChatFragment$onBindLiveData$8.a (SourceFile:1) com.helpcrunch.library.ui.screens.chat.HcChatFragment$onBindLiveData$8.invoke (SourceFile:1) com.helpcrunch.library.ui.screens.chat.HcChatFragment$sam$androidx_lifecycle_Observer$0.onChanged (SourceFile) androidx.lifecycle.LiveData.considerNotify (LiveData.java:133) androidx.lifecycle.LiveData.dispatchingValue (LiveData.java:146)