mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1012924 diagnostics - increase the log length to 10, r=gfritzsche
This commit is contained in:
parent
2eec752f9f
commit
f91ee81f86
@ -359,7 +359,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 = 3;
|
||||
this._forensicsLogs.length = 10;
|
||||
this._log = Object.create(log);
|
||||
this._log.log = (level, string, params) => {
|
||||
this._forensicsLogs.shift();
|
||||
|
Loading…
Reference in New Issue
Block a user