Skip to content
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

fix: IL2CPP Exception processor now checks for native support being enabled #1708

Merged
merged 4 commits into from
Jul 3, 2024

Conversation

bitsandfoxes
Copy link
Contributor

The IL2CPP exception processor relies on some sentry-native functionality to read from debug images. On i.e. Android, with Android native support disabled, sentry-native is not present, causing a DLL not found exception, breaking the processor.

@bitsandfoxes bitsandfoxes merged commit 191ab0a into main Jul 3, 2024
3 checks passed
@bitsandfoxes bitsandfoxes deleted the fix/il2cpp-without-nativesupport branch July 3, 2024 16:34
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