-
Notifications
You must be signed in to change notification settings - Fork 61
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
KitKat crash when ProGuard is enabled #678
Comments
Hi @eduardb , and thanks for reporting this issue. It seems weird as the missing method ( In the meantime, did you try using the |
Hi, @xgouchet! Thanks for your response. Unfortunately, your suggestion didn't work :( I will try later and create a minimum reproducible project, in case that it helps. |
Yes that would definitely help. |
Here it is: https://github.com/eduardb/datadog-crash-repro Just try running the release variant on KitKat, and the crash should occur. |
Hello @eduardb. Thanks for reporting the issue. It was fixed and should be available in the upcoming |
Describe what happened
Crash stack trace:
The following logs can be observed in LogCat:
Steps to reproduce the issue:
Enable ProGuard by setting
isMinifyEnabled
to true in the release build type, run release variant on KitKat, observe crash when DataDog SDK is initialised.Describe what you expected:
No crash.
Additional context
Click to expand
The text was updated successfully, but these errors were encountered: