This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Move CrashReporter to engine abstraction #4052
Labels
⌨️ code
Technical debt, code clean up, small API change ..
We use the Gecko CrashReporter directly in
lib-crash
and compile it against GeckoView Nightly only. This lead to a breaking API change on the crash report that exists in nightly but not in beta/release.Since the crash reporter doesn't have the powers of the engine abstraction we've built for the different variants of Gecko, we had to put in a hacky change that fixes this those versions.
What we should do is to abstract out the crash reporter into the engine so that we can avoid this issue in the future (and also remove our original patch).
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: