commit | dd7495068b9af549d2bb1e3c4f3d91a9a929d3f0 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Jun 29 14:17:43 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 29 14:17:43 2015 +0000 |
tree | a420a4a7b764524300b4a560400be3ee8a1455ee | |
parent | 2ab05fc551f8ee8442b05484cce0350c1b523678 [diff] | |
parent | 4ba2b63bff492815a86954c272a36d886f5bccec [diff] |
Merge "Fix async_stop"
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index 4100fa3..9def406 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp
@@ -900,7 +900,7 @@ g_traceOverwrite = true; } else if (!strcmp(long_options[option_index].name, "async_stop")) { async = true; - traceStop = false; + traceStart = false; } else if (!strcmp(long_options[option_index].name, "async_dump")) { async = true; traceStart = false;