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

Robust crash reports #1455

Open
ignoramous opened this issue May 20, 2024 · 0 comments
Open

Robust crash reports #1455

ignoramous opened this issue May 20, 2024 · 0 comments
Assignees

Comments

@ignoramous
Copy link
Collaborator

Experiment with Firebase Crashlytics and plumb (#336) NDCrash (or JavaNDCrash) to get a hang of native crashes (in firestack) that plague the app (#911).

Firebase Crashlytics (reporting just the crashes) only for Play Store builds which can be disabled / enabled by users on-demand.

  1. firestack-debug.aar is built with symbols unstripped (note that go code's symbols are not stripped regardless of the ldflags at build time).
  2. Firebase CLI must be used to upload symbols (ref) as the Firebase Gradle plugin (ex) does not upload symbols from AARs: Document/support AAR-level Crashlytics native symbol generation/upload firebase/firebase-android-sdk#1599
  3. Firebase Crashlytics could be enabled/disabled at runtime (ref).
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

No branches or pull requests

2 participants