diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-17 22:31:46 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-18 20:03:05 +0200 |
| commit | 4656ba9447d9bd0ebe5540a54892ec41abda047b (patch) | |
| tree | 81118d40ec767d53a03be710c5f2bb1c1b9bd380 | |
| parent | b157ebb28c38a5ade879c0736a9dcb7fe0367a89 (diff) | |
Increase mo_interface log to help diagnose problems
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 90c15ccd..17ef5eba 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -587,7 +587,7 @@ int main(int argc, char *argv[]) // initialize dump collection only after "dataPath" since the crashes are stored under it
prevUnhandledExceptionFilter = SetUnhandledExceptionFilter(MyUnhandledExceptionFilter);
- LogBuffer::init(100, QtDebugMsg, qApp->property("dataPath").toString() + "/logs/mo_interface.log");
+ LogBuffer::init(1000, QtDebugMsg, qApp->property("dataPath").toString() + "/logs/mo_interface.log");
QString splash = dataPath + "/splash.png";
if (!QFile::exists(dataPath + "/splash.png")) {
|
