Skip to content

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
@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.

3 participants