forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes mozilla-mobile#5175: Add Glean keys for distinguishing between…
… fatal and non-fatal native crashes
- Loading branch information
1 parent
f4211d5
commit 605ed46
Showing
7 changed files
with
104 additions
and
31 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
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 |
---|---|---|
|
@@ -15,14 +15,19 @@ crash_metrics: | |
Counts the number of crashes that occur in the application. This measures only the counts of | ||
each crash in association 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 | ||
labels: | ||
- uncaught_exception | ||
- caught_exception | ||
- 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 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1553935#c3 | ||
- https://github.com/mozilla-mobile/android-components/pull/5700#pullrequestreview-347721248 | ||
notification_emails: | ||
- [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
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
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