You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.
After some recent Play Services update this crash has become very common for any app using any kind of Event Bus implementation on pre-21 devices. Happens when trying to call register(Obj).
The only solution I've seen so far is not using anything containing the PersistableBundle, which I don't use anyway and still have this issue.
Do you have any ideas on that?
The text was updated successfully, but these errors were encountered:
I'm aware of the fact that you don't use it. It is somehow related to some parts of the Android SDK, my stack trace is basically the same as posted here square/otto#139
After some googling I realized that many apps that use any kind of some event bus are affected, but I haven't seen any proper solution so far
After some recent Play Services update this crash has become very common for any app using any kind of Event Bus implementation on pre-21 devices. Happens when trying to call
register(Obj)
.The only solution I've seen so far is not using anything containing the
PersistableBundle
, which I don't use anyway and still have this issue.Do you have any ideas on that?
The text was updated successfully, but these errors were encountered: