зеркало из https://github.com/mozilla/gecko-dev.git
Bug 806239 - When we dump memory reports after minimizing memory usage, we shouldn't also dump the reports before minimizing. r=njn
This commit is contained in:
Родитель
b78a6d0425
Коммит
1b2b392034
|
@ -324,6 +324,7 @@ MemoryInfoDumper::DumpMemoryReportsToFile(
|
|||
do_GetService("@mozilla.org/memory-reporter-manager;1");
|
||||
NS_ENSURE_TRUE(mgr,);
|
||||
mgr->MinimizeMemoryUsage(callback);
|
||||
return;
|
||||
}
|
||||
|
||||
DumpMemoryReportsToFileImpl(identifier);
|
||||
|
|
Загрузка…
Ссылка в новой задаче