-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android.os.BadParcelableException: Unable to start activity ComponentInfo{com.mixpanel.android.surveys.SurveyActivity} #251
Comments
Seeing the same problem with 4.6.0:
|
We are still getting this errors on mixpanel v4.7.0. Are there any updates about this crash? |
We updated Mixpanel to 4.8.0. We also turned on surveys in our app which is causing our app with this crash. Can you please fix this? |
@Digisha I've just pushed a change and it should fix it. Are you using proguard when this crash happens? |
@patedit Thanks for the fix. Yes, the crash happening on our release build which has proguard turned on. |
@Digisha Thanks for the info! Let me know if 4.8.5 fixes your issue. I'll keep this open until we make sure you don't face it anymore. Thanks! :) |
@patedit We have a build running with 4.8.5 fixes and we are not seeing this issue anymore. Thanks again for the fix. |
Thanks for the update! Glad it is solved :) |
the method does not work when u open an game and then comeback to the application it throws the same exception |
@GreenDeveloperMukesh What's the SDK version you are using? Could you provide an stack trace and how to reproduce your issue? |
I got it fixed thankyou |
I am also seeing a similar crash in the wild, mixpanel version is
|
I'm getting same issue with no proguard. |
I don't know how to reproduce it but it's the same as @mvarnagiris.... I suppose Android 7.0 and 6.0.1 with
Here is the complete StackTrace
Hope this info is useful to reproduce it.... I can't reproduce it, this info are from the analytics service we use to track app exceptions. :) |
It seems that Facebook is messing with us, developers that rely on good practices. This issue has affected projects like firefox or chromium and I've sent a PR #483 |
It is a missing enum in the facebook android sdk, which can only be handled in the app. I have a 'fix' for it: Basicaly create an enum com.facebook.events.common.ActionSource with the following implementation: `package com.facebook.events.common; import android.os.Bundle; public enum ActionSource implements Parcelable {
} |
Thanks for the tip @seviu ! This has been handled in the SDK for a while now as well :) |
Hi,
Mixpanel SDK: 'com.mixpanel.android:mixpanel-android:4.5.3'
Our app crashes with the following stack traces.
The text was updated successfully, but these errors were encountered: