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

react-native: android crash handler upgrade #301

Merged

Conversation

konraddysput
Copy link
Collaborator

Why

This pull request upgrades the native crash reporting solution to the latest version from backtrace-android. All changes introduced in the: https://github.com/backtrace-labs/backtrace-android/pull/128/files are now also available here.

Why do we need those?

The new version of the AGP prevents executables from being added to NDK libraries. Due to this, we cannot use the crash handler the same way. With these changes, instead of having an executable, that sends a crash code, we have a java class responsible for a minidump generation.

ref: BT-5028

@konraddysput konraddysput added the enhancement New feature or request label Oct 15, 2024
@konraddysput konraddysput requested a review from perf2711 October 15, 2024 11:15
@konraddysput konraddysput self-assigned this Oct 15, 2024
@konraddysput konraddysput changed the title Improvement/react native android crash handler upgrade react-native: android crash handler upgrade Oct 15, 2024
@konraddysput konraddysput changed the base branch from feature/react-native-example-update to main October 15, 2024 11:31
@konraddysput konraddysput changed the base branch from main to feature/react-native-example-update October 15, 2024 11:31
@konraddysput konraddysput force-pushed the improvement/react-native-android-crash-handler-upgrade branch from 3f6a589 to a23e335 Compare October 15, 2024 11:48
@konraddysput konraddysput changed the base branch from feature/react-native-example-update to main October 15, 2024 11:48
@konraddysput konraddysput merged commit bca776f into main Oct 23, 2024
5 checks passed
@konraddysput konraddysput deleted the improvement/react-native-android-crash-handler-upgrade branch October 23, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants