Bug 1257251 - Annotate e10s cohort in crash report. r=Mossop a=lizzard

MozReview-Commit-ID: Ll1FHRlx5ZS
This commit is contained in:
Felipe Gomes 2016-03-16 17:32:02 -03:00
parent 1f89af0be7
commit 4149980b46

View File

@ -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() {