Bug 1626277 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I looked at user comments for that same week as in comment 1:

**label** | **count** | **has email** | **has user comment**
--------- | ---------- | ------------- | ---------------------
main process | 142,432 | 32,830 | 4,908
content process | 155,772 | 0 | 5,105

There's a user comments field in both crash reporter dialogs, so I was curious to see how many comments we had. Note that "has a user comment" is pretty basic test of whether the comment field has at least one a-zA-Z character--this doesn't look at how many are not junk.
I looked at user comments for that same week as in comment 1:

**process type** | **total count** | **has email** | **has user comment**
---------------- | ---------------- | ------------- | ---------------------
main process | 142,432 | 32,830 | 4,908
content process | 155,772 | 0 | 5,105

Main process crash report dialog has an email address field.

Content process crash report dialog does not have an email address field, so we'll never capture email address data for content process crashes.

However, there's a user comments field in both crash report dialogs, so I was curious to see how many comments we had. Note that "has a user comment" is pretty basic test of whether the comment field has at least one a-zA-Z character--this doesn't look at how many are not junk.

Back to Bug 1626277 Comment 3