Back out changeset ad743e667004 (bug 950401) for Mac OS X 10.6 browser-chrome orange, mostly but not entirely on mochitest-e10s, on a CLOSED TREE.

This commit is contained in:
L. David Baron 2015-04-06 16:07:13 -07:00
Родитель b79ce1078e
Коммит eef8e4b904
2 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -180,9 +180,6 @@ bool LaunchApp(const std::vector<std::string>& argv,
if (!spawn_succeeded || !process_handle_valid) {
retval = false;
} else {
gProcessLog.print("==> process %d launched child process %d\n",
GetCurrentProcId(), pid);
if (wait)
HANDLE_EINTR(waitpid(pid, 0, 0));

Просмотреть файл

@ -18,8 +18,6 @@
#include "base/string_util.h"
#include "base/time.h"
static mozilla::EnvironmentLog gProcessLog("MOZ_PROCESS_LOG");
namespace base {
void FreeEnvVarsArray(char* array[], int length)
@ -171,9 +169,6 @@ bool LaunchApp(const std::vector<std::string>& argv,
if (!spawn_succeeded || !process_handle_valid) {
retval = false;
} else {
gProcessLog.print("==> process %d launched child process %d\n",
GetCurrentProcId(), pid);
if (wait)
HANDLE_EINTR(waitpid(pid, 0, 0));