mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1257251 - Annotate e10s cohort in crash report. r=Mossop a=lizzard
MozReview-Commit-ID: Ll1FHRlx5ZS
This commit is contained in:
parent
1f89af0be7
commit
4149980b46
3
browser/extensions/e10srollout/bootstrap.js
vendored
3
browser/extensions/e10srollout/bootstrap.js
vendored
@ -93,6 +93,9 @@ function getUserSample() {
|
||||
|
||||
function setCohort(cohortName) {
|
||||
Preferences.set(PREF_COHORT_NAME, cohortName);
|
||||
try {
|
||||
Services.appinfo.annotateCrashReport("E10SCohort", cohortName);
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
function optedIn() {
|
||||
|
Loading…
Reference in New Issue
Block a user