commit | a1ce1fef2d49d1d537776a5308ace7102a815fe5 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Feb 24 23:23:58 2014 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Wed Feb 26 13:17:44 2014 -0800 |
tree | a1afe850d9ebd21f4b751eb68e1ec3dc60dab001 | |
parent | 930f7b843ddc6e6530439d3fdb0e2133a6292f1e [diff] [blame] |
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest Change-Id: I8dcf6b29a5aecd445f1a3ddb06386cf81dbc9c70
diff --git a/runtime/utils.cc b/runtime/utils.cc index 68d8417..df1ab94 100644 --- a/runtime/utils.cc +++ b/runtime/utils.cc
@@ -1232,7 +1232,7 @@ execv(program, &args[0]); - *error_msg = StringPrintf("Failed to execv(%s): %s", command_line.c_str(), strerror(errno)); + PLOG(FATAL) << "Failed to execv(" << command_line << ")"; return false; } else { if (pid == -1) {