mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1115040 - Record experiment branch in crash reports, r=gfritzsche
--HG-- extra : rebase_source : be0ea6c22caec12df9075829adab05bd9de1272d
This commit is contained in:
parent
0524e8f296
commit
094c71b494
@ -1325,6 +1325,7 @@ Experiments.Experiments.prototype = {
|
||||
if ("@mozilla.org/toolkit/crash-reporter;1" in Cc && activeExperiment) {
|
||||
try {
|
||||
gCrashReporter.annotateCrashReport("ActiveExperiment", activeExperiment.id);
|
||||
gCrashReporter.annotateCrashReport("ActiveExperimentBranch", activeExperiment.branch);
|
||||
} catch (e) {
|
||||
// It's ok if crash reporting is disabled.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user