commit | 04a450a10357d103af8d54e7115db32e904b8052 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Wed Jul 03 16:04:19 2019 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Wed Jul 03 16:04:19 2019 +0100 |
tree | bb27f5f6ccbdf372d0a2bb901fd72a2f71d958ef | |
parent | 2c79b6abd2d759e05b1e7d8f7610d5fcc23e2a12 [diff] [blame] |
trace_processor: refactor diff testing framework to prep for perf tests Change-Id: If5c1b06d5221095bbd41ea3e53b6adc08625f34c Bug: 131354532
diff --git a/src/trace_processor/trace_processor_shell.cc b/src/trace_processor/trace_processor_shell.cc index 31464a3..b8b690d 100644 --- a/src/trace_processor/trace_processor_shell.cc +++ b/src/trace_processor/trace_processor_shell.cc
@@ -589,7 +589,7 @@ return 1; } - auto fd(base::OpenFile(perf_file_path, O_WRONLY | O_CREAT | O_TRUNC, 066)); + auto fd(base::OpenFile(perf_file_path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); if (!fd) { PERFETTO_ELOG("Failed to open perf file"); return 1;