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

Commit 51e6abd6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "atrace: only start trace when starting trace" into pi-dev

parents f5429018 190cb7dd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1221,8 +1221,10 @@ int main(int argc, char **argv)
    }

    bool ok = true;
    if (traceStart) {
        ok &= setUpTrace();
        ok &= startTrace();
    }

    if (ok && traceStart) {
        if (!traceStream) {