Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Added a Java global exception handler #602

Merged
merged 1 commit into from
Oct 3, 2018
Merged

Conversation

keianhzo
Copy link
Contributor

@keianhzo keianhzo commented Oct 3, 2018

Fixes #592 Set a global Java exception handler using Gecko's CrashHandler implementation. Should catch any exception including OOMs happening in any thread from the current process.

Regarding @cvan's comment on #592 the CrashHandler seems to be sending reports to https://crash-reports.mozilla.com/, not sure if that's the right place for it or we should extend that to use another endpoint (he mentioned Sentry).

@keianhzo keianhzo force-pushed the java-exception-handler branch 3 times, most recently from 5cd7c76 to 8bee8ba Compare October 3, 2018 15:37
@keianhzo keianhzo force-pushed the java-exception-handler branch from 30d440b to 026b06a Compare October 3, 2018 15:39
@bluemarvin bluemarvin merged commit 6ba3873 into master Oct 3, 2018
@bluemarvin bluemarvin deleted the java-exception-handler branch October 9, 2018 19:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants