This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #11876: Bucket native code crashes by process type in GleanCrashR…
…eporterService Make GleanCrashReporterService count native code crashes based on their processType field rather than whether they are fatal or non-fatal. Persisted fatal and non-fatal crashes will still be submitted for now, but this code should be removed in a follow-up patch once we have allowed time for them to be submitted.
- Loading branch information
1 parent
ed1892f
commit efe0859
Showing
4 changed files
with
106 additions
and
48 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,21 +18,28 @@ crash_metrics: | |
with the labeled type of the crash. | ||
The labels correspond to the types of crashes handled by lib-crash. | ||
Deprecated: `native_code_crash` replaced by `fatal_native_code_crash` | ||
and `nonfatal_native_code_crash` | ||
Deprecated: `native_code_crash`, `fatal_native_code_crash` and | ||
`nonfatal_native_code_crash` replaced by `main_proc_native_code_crash`, | ||
`fg_proc_native_code_crash` and `bg_proc_native_code_crash`. | ||
labels: | ||
- uncaught_exception | ||
- caught_exception | ||
- main_proc_native_code_crash | ||
- fg_proc_native_code_crash | ||
- bg_proc_native_code_crash | ||
- fatal_native_code_crash | ||
- nonfatal_native_code_crash | ||
bugs: | ||
- https://bugzilla.mozilla.org/1553935 | ||
- https://github.com/mozilla-mobile/android-components/issues/5175 | ||
- https://github.com/mozilla-mobile/android-components/issues/11876 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1553935#c3 | ||
- https://github.com/mozilla-mobile/android-components/pull/5700#pullrequestreview-347721248 | ||
- https://github.com/mozilla-mobile/android-components/pull/11908#issuecomment-1075243414 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: never |
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
Oops, something went wrong.