mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Bug 1064470 - Increase the experiments forensic log buffer size again. r=bsmedberg
This commit is contained in:
parent
943c4b4489
commit
f9d2a7e73a
@ -368,7 +368,7 @@ Experiments.Experiments = function (policy=new Experiments.Policy()) {
|
||||
// crashes. For forensics purposes, keep the last few log
|
||||
// messages in memory and upload them in case of crash.
|
||||
this._forensicsLogs = [];
|
||||
this._forensicsLogs.length = 10;
|
||||
this._forensicsLogs.length = 20;
|
||||
this._log = Object.create(log);
|
||||
this._log.log = (level, string, params) => {
|
||||
this._forensicsLogs.shift();
|
||||
|
Loading…
x
Reference in New Issue
Block a user