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
Did you configure it with the initializer in the debug folder of the project? If so the initializer like in the example app in this repo will only register the listener for debug builds. You have to call the registrar in the build variant that you want to observe in. The sample app in this repo only does it for debug builds but you can absolutely do it on release build variants.
Hi!
Great library, thanks!
I'm using
to send oversize detections to Crashlytics, which works fine on debug builds but seems not to work in release builds.
implementation 'com.pnuema.android:savestateobserver:2.8.0'
The text was updated successfully, but these errors were encountered: