summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-11-24 16:58:53 -0800
committerYabin Cui <yabinc@google.com>2015-11-24 16:58:53 -0800
commitaebe748bc4e74ccd3b040e3cb1c7d63604921d7c (patch)
tree43e5b1734fd4ec78a4849fc9a24124f763ae7851
parentbb0eca64eea52340daf187a6e5908a6f27875e0a (diff)
downloadextras-aebe748bc4e74ccd3b040e3cb1c7d63604921d7c.tar.gz
Simpleperf: remove unnecessary exit().
Change-Id: I5256617373c3414195a7a994d0ce217d9afd47e6
-rw-r--r--simpleperf/workload.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simpleperf/workload.cpp b/simpleperf/workload.cpp
index 090a5b20..56870a7e 100644
--- a/simpleperf/workload.cpp
+++ b/simpleperf/workload.cpp
@@ -113,7 +113,6 @@ static void ChildProcessFn(std::vector<std::string>& args, int start_signal_fd,
} else {
PLOG(ERROR) << "child process failed to receive start_signal, nread = " << nread;
}
- exit(1);
}
bool Workload::Start() {