зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1504073
- Close output stream for flushing JS coverage data after we're done writing. r=froydnj
--HG-- extra : rebase_source : a85127941344e9a18610eabd3c0bc10a0a8efd93
This commit is contained in:
Родитель
cb56ef630f
Коммит
58cff813e0
|
@ -77,6 +77,9 @@ void CodeCoverageHandler::FlushCounters()
|
|||
length -= n;
|
||||
}
|
||||
|
||||
rv = outputStream->Close();
|
||||
MOZ_ASSERT(NS_SUCCEEDED(rv));
|
||||
|
||||
free(result);
|
||||
|
||||
printf_stderr("[CodeCoverage] JS flush completed.\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче