You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that on-demand fatal events are never processed on the main thread (#6113)
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
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/CrashlyticsController.java
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/test/java/com/google/firebase/crashlytics/internal/common/DataCollectionArbiterRobolectricTest.java
0 commit comments