-
Notifications
You must be signed in to change notification settings - Fork 626
Ensure that on-demand fatal events are never processed on the main thread #6113
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
Conversation
Release note changesThe following release notes were modified. Please ensure they look correct. Release Notesfirebase-crashlytics### {{crashlytics}} version 19.0.4 {: #crashlytics_v19-0-4}
* {{feature}} Added the `isCrashlyticsCollectionEnabled` API to check if Crashlytics collection is enabled.
([Github #5919](//github.com/firebase/firebase-android-sdk/issues/5919))
* {{fixed}} Ensure that on-demand fatal events are never processed on the main thread.
#### {{crashlytics}} Kotlin extensions version 19.0.4 {: #crashlytics-ktx_v19-0-4}
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
updates. |
Coverage Report 1Affected Products
Test Logs |
Unit Test Results 8 files - 42 8 suites - 42 24s ⏱️ -59s Results for commit deee48a. ± Comparison against base commit d583311. This pull request removes 76 and adds 22 tests. Note that renamed tests count towards both.
|
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
Ensure that on-demand fatal events are never processed on the main thread.
Also decreased the timeout on main to under 3 seconds, to give more time to other uncaught exception handlers in the chain.
Also fixed some formatting.
Tested cases:
Uncaught exception thrown from the main thread
Uncaught exception thrown from a background thread
ODF triggered on the main thread
ODF triggered on a background thread