This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1875294 - Record breadbcrumbs before crashing with UnsatsisfiedLi…
…nkError Report breadcrumbs to Sentry before crashing with `UnsatsisfiedLinkError`: - The files inside the app directory, to detect if the library is present or not. - The files inside the APK, to detect if a file inside the APK didn't get installed correctly. - The name of the installer package, so that we can know if the APK was installed from a 3rd-party source. - The path to the APK. I don't really see this being useful, but it's needed to determine all the other info, so we might as well report it. The idea here is that hopefully one of these will detect that something was off with their install. For example, maybe they installed an APK for the wrong arch or maybe `libjnidispatch` was not extracted correctly. If not, at least we can rule these possibilities out as the root cause.
- Loading branch information
1 parent
be70093
commit 6fb061c
Showing
1 changed file
with
71 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters