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

Identify the error reporting thread in native crashes #2087

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

lemnik
Copy link
Contributor

@lemnik lemnik commented Oct 4, 2024

Goal

Identify the error reporting thread in native crashes

Design

Introduced the error reporting thread boolean marker to the bsg_thread structure, and attempt to match the TID with the currently running thread (within the signal handler & C++ exception handler).

Testing

Additional steps added to the existing native smoke test

@lemnik lemnik force-pushed the PLAT-12699/ndk-reporting-thread branch from d3362ca to db4cdc3 Compare October 4, 2024 08:38
@bugsnagbot
Copy link
Collaborator

bugsnagbot commented Oct 4, 2024

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1854.0 1674.71
arm64_v8a 631.04 450.82
armeabi_v7a 565.51 385.29
x86 708.85 528.62
x86_64 676.09 495.86

Generated by 🚫 Danger

@lemnik lemnik force-pushed the PLAT-12699/ndk-reporting-thread branch from db4cdc3 to d54e6fb Compare October 7, 2024 08:20
@lemnik lemnik merged commit f5fd26b into next Oct 7, 2024
34 checks passed
@lemnik lemnik deleted the PLAT-12699/ndk-reporting-thread branch October 7, 2024 09:39
@YYChen01988 YYChen01988 mentioned this pull request Oct 29, 2024
@YYChen01988 YYChen01988 mentioned this pull request Nov 7, 2024
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.

3 participants