Skip to content

Conversation

@rawnsley
Copy link
Contributor

I was seeing a crash on older Android devices and it turned out to be a subtle destructuring-related issue.

It's pretty easy to reproduce as long as you have the right device (anything less than API 24). I was seeing the exception in the error handling function I register with setDefaultUncaughtExceptionHandler, but if you don't register I expect the app would just crash.

I can't think of a good way to add a unit test because of the platform dependency.

@dsrees
Copy link
Owner

dsrees commented Jun 14, 2019

👍 good catch

@dsrees dsrees merged commit a6ee05a into dsrees:master Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants