We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I'm noticing some crashes on the 5.8.7 android sdk, mainly on Android 8 devices.
`Fatal Exception: java.lang.IllegalArgumentException width and height must be > 0
com.mixpanel.android.util.ActivityImageUtils.getScaledScreenshot (ActivityImageUtils.java:16)`
Possibly related to #711
The text was updated successfully, but these errors were encountered:
hi @matteinn , sorry for the inconvenience and thanks for providing the PR. I will do a patch release for this.
Sorry, something went wrong.
Merge pull request #729 from matteinn/feature/#728-prevent-crash-on-g…
8639aa2
…etscaledscreenshot Crash prevention on getScaledScreenshot when rootView is not measured yet
Successfully merging a pull request may close this issue.
Hi!
I'm noticing some crashes on the 5.8.7 android sdk, mainly on Android 8 devices.
`Fatal Exception: java.lang.IllegalArgumentException
width and height must be > 0
com.mixpanel.android.util.ActivityImageUtils.getScaledScreenshot (ActivityImageUtils.java:16)`
Possibly related to #711
The text was updated successfully, but these errors were encountered: