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 471
Crash reporter: Allow to distinguish between main process and other process crashes. #5175
Labels
Milestone
Comments
Not sure if folks are aware or not, but GV delivers this in the crash service intent. https://searchfox.org/mozilla-central/source/mobile/android/geckoview_example/src/main/java/org/mozilla/geckoview_example/ExampleCrashHandler.java#49 |
rocketsroger
added a commit
to rocketsroger/android-components
that referenced
this issue
Jan 8, 2020
…l and non-fatal crashes
rocketsroger
added a commit
to rocketsroger/android-components
that referenced
this issue
Jan 9, 2020
…l and non-fatal crashes
rocketsroger
added a commit
to rocketsroger/android-components
that referenced
this issue
Jan 9, 2020
…l and non-fatal crashes
Happy to see you're working on this, @rocketsroger! could you give me an update on when we'd have this? I want to make sure we have enough time for Data Science to receive and process the data from here. |
Will do. The pr is up but there's another pr that might affect this one. I am waiting for the other pr to merge so I can continue working on this issue. I'll update. Thanks, |
rocketsroger
added a commit
to rocketsroger/android-components
that referenced
this issue
Jan 23, 2020
… fatal and non fatal naive crashes
rocketsroger
added a commit
to rocketsroger/android-components
that referenced
this issue
Jan 23, 2020
… fatal and non-fatal native crashes
Merged
6 tasks
rocketsroger
added a commit
to rocketsroger/android-components
that referenced
this issue
Jan 24, 2020
… fatal and non-fatal native crashes
rocketsroger
added a commit
to rocketsroger/android-components
that referenced
this issue
Jan 24, 2020
… fatal and non-fatal native crashes
bors bot
pushed a commit
that referenced
this issue
Jan 24, 2020
5700: Closes #5175: Add Glean keys for distinguishing between fatal and non-fatal native crashes r=Dexterp37,travis79 a=rocketsroger Co-authored-by: Roger Yang <[email protected]>
bors bot
pushed a commit
that referenced
this issue
Jan 24, 2020
5700: Closes #5175: Add Glean keys for distinguishing between fatal and non-fatal native crashes r=Dexterp37,travis79 a=rocketsroger Co-authored-by: Roger Yang <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To measure stability and compare with Fennec we want to know whether a crash happened in the main process (and therefore takes down the whole app) or whether it happened in another process (e.g. the content process).
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: