Closed
Bug 803678
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] Crash report titles don't match prod (missing Product, Version, stack, and Report ID)
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: rhelmer)
References
()
Details
Seen on http://crash-stats-new-dev.allizom.org/report/index/9d05ab85-d1ee-41fd-865b-c99572121018 -- its <title> is:
<title>Crash Data for Firefox</title>
But comparing to prod, etc., it should be:
<title>[@ mozalloc_abort(char const* const) | NS_DebugBreak_P | mozilla::storage::AsyncStatement::getParams()] - Firefox 19.0a1 Crash Report - Report ID: 9d05ab85-d1ee-41fd-865b-c99572121018</title>
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/dc94fcc13641648a59641cb1edaf3fac1ab1a796
bug 803678 - make report/index title like prod
https://github.com/mozilla/socorro-crashstats/commit/ca54d70b4f3ab9d1d69a7b434135e4db342827a4
Merge pull request #197 from rhelmer/bug803678-fix-reports-index-title
bug 803678 - make report/index title like prod
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
Verified FIXED; on http://crash-stats-new-dev.allizom.org/report/index/f3b047cd-6e32-432f-a7a7-424f22121022, the <title> is:
<title> [@ __libc_android_abort | dlfree | calloc | libGLESv2_adreno200.so@0x67d1b] - FennecAndroid 16.0.1 Crash Report - Report ID: f3b047cd-6e32-432f-a7a7-424f22121022
</title>
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•