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

Commit 71e68dcf authored by Daniele Di Proietto's avatar Daniele Di Proietto Committed by Gerrit Code Review
Browse files

Merge "Revert "Add a warning to the atrace binary for deprecating vendo...""

parents 82de44ff 7b4010f4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1194,11 +1194,6 @@ int main(int argc, char **argv)
    bool traceStream = false;
    bool onlyUserspace = false;

    fprintf(stderr,
            "** Warning: atrace will end vendor support in the next Android Release. **\n"
            "** Perfetto is the suggested replacement tool. It will gain vendor      **\n"
            "** support. See https://perfetto.dev/docs/quickstart/android-tracing    **\n\n");

    if (argc == 2 && 0 == strcmp(argv[1], "--help")) {
        showHelp(argv[0]);
        exit(0);