commit | 2c237ee1d5961b9d11618e0c5a97b3bb7fb694b2 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Fri May 15 10:00:34 2015 -0700 |
committer | John Reck <jreck@google.com> | Fri May 15 10:00:34 2015 -0700 |
tree | 5a6722a893b7c56c76dcdf1f4cb83a8440316f28 | |
parent | 3db36803b247bfbb582632be58416a0a11d1227b [diff] [blame] |
Fix async_stop Change-Id: I68a258cf71cfcd999bbd568ab3c96255c11bec41
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;