-
-
Notifications
You must be signed in to change notification settings - Fork 206
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: Android - make sure logcat.log is attached to unhandled event (SIGSEGV Segfault) #3694
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Bruno Garcia <[email protected]>
Co-authored-by: Bruno Garcia <[email protected]>
Co-authored-by: Bruno Garcia <[email protected]>
…oid.Init(AppContext, configuration);`
…coped namespace declaration
… from crashing on the iOS build
… setters HandlerStrategy_Default HandlerStrategy_Set
Co-authored-by: James Crosswell <[email protected]>
Requested this release that we can share with testers. |
which issue to reach out for feedback? anyone trying this out to help validate? |
See comment: |
@bruno-garcia @jamescrosswell I created a repo to test this alpha release and it works perfectly https://github.com/bricefriha/Sentry-3694 |
Awesome! thank you for that. |
We could, but the issue is that we need to use the Android SDK version 7.15.0-alpha.1 until the NDKHandler setting is available on the full release. So shouldn't we wait for that first? |
If it's validated, we should reach out to folks on Android to merge that to We can merge ours (after bumping to that version) then. Also: Should that option be the new default? So users don't need to do anything? |
sounds good
yes it is, so basically users don't need to change anything at all |
From sentry-native#1027, we had to add the handler strategy to the .NET SDK, from the sentry-java (7.15.0-alpha1).
This is also meant to fix #3461. I tested this, and it seems to be fixed now.
More context at:
Note
These changes seem to require a
-alpha
release