OSDN Git Service

resolved conflicts for 6239958b to stage-aosp-master
authorYabin Cui <yabinc@google.com>
Mon, 21 Sep 2015 19:28:46 +0000 (12:28 -0700)
committerYabin Cui <yabinc@google.com>
Mon, 21 Sep 2015 19:28:46 +0000 (12:28 -0700)
Change-Id: I66d12e9a15b5e6aecd4938b9ce4ac76a0f3863e4

1  2 
simpleperf/workload.cpp

@@@ -108,11 -108,10 +108,11 @@@ static void ChildProcessFn(std::vector<
      TEMP_FAILURE_RETRY(write(exec_child_fd, &exec_child_failed, 1));
      close(exec_child_fd);
      errno = saved_errno;
-     PLOG(ERROR) << "execvp(" << argv[0] << ") failed";
+     PLOG(ERROR) << "child process failed to execvp(" << argv[0] << ")";
    } else {
-     PLOG(DEBUG) << "child process failed to receive start_signal, nread = " << nread;
+     PLOG(ERROR) << "child process failed to receive start_signal, nread = " << nread;
    }
 +  exit(1);
  }
  
  bool Workload::Start() {