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

Commit 1991437e authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

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

am: 51e6abd6

Change-Id: Ief96f4d437860a403f1862fc47c3d386cbe87790
parents ae002fdb 51e6abd6
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) {