Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c8efe6d authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am dd749506: Merge "Fix async_stop"

* commit 'dd749506':
  Fix async_stop
parents 3a6a953c dd749506
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;