Loading cmds/atrace/atrace.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -900,7 +900,7 @@ int main(int argc, char **argv) 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; Loading Loading
cmds/atrace/atrace.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -900,7 +900,7 @@ int main(int argc, char **argv) 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; Loading