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

Revert "Update atrace host test to check stderr/stdout separately"

Revert submission 2120422-atrace_warn

Reason for revert: The atrace CLI tool will not be immediately deprecated, only the HAL.

Actually perfetto uses the atrace CLI tool and the warning message is reported as an error in captured traces.

Reverted Changes:
I9f054e6b0:Add a warning to the atrace binary for deprecating...
If91740d65:Update atrace host test to check stderr/stdout sep...

Bug: 204935495
Change-Id: If58157fdb91db7ff8d115b6efd4a424687274302
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp
index b94f3da..9bd733d 100644
--- a/cmds/atrace/atrace.cpp
+++ b/cmds/atrace/atrace.cpp
@@ -1194,11 +1194,6 @@
     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);