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

UCE-Handler keeps Crashlytics from working #8

Closed
fovea1959 opened this issue Oct 1, 2019 · 1 comment
Closed

UCE-Handler keeps Crashlytics from working #8

fovea1959 opened this issue Oct 1, 2019 · 1 comment

Comments

@fovea1959
Copy link

Trying to use both results Crashlytics being disabled.

2019-10-01 15:01:57.790 13787-13787/com.sti_usa.gateway.client.android I/CrashlyticsCore: Initializing Crashlytics Core 2.7.0.33
2019-10-01 15:01:57.822 13787-13787/com.sti_usa.gateway.client.android I/CrashlyticsInitProvider: CrashlyticsInitProvider initialization successful
2019-10-01 15:01:57.843 13787-13787/com.sti_usa.gateway.client.android E/UCEHandler: You already have an UncaughtExceptionHandler. If you use a custom UncaughtExceptionHandler, it should be initialized after UCEHandler! Installing anyway, but your original handler will not be called.
2019-10-01 15:01:57.848 13787-13787/com.sti_usa.gateway.client.android I/UCEHandler: UCEHandler has been installed.

I understand that this is because Crashlytics is getting it's error handler installed before Application.onCreate() is called [where UCE-Handler is activated].

Is there a workaround?

@RohitSurwase
Copy link
Owner

I thinks, this should work because I already have been using the library this way. Please check if there is any other issue.

@RohitSurwase RohitSurwase added invalid This doesn't seem right and removed invalid This doesn't seem right labels Oct 3, 2019
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