diff options
| author | 2022-07-22 09:49:19 +0000 | |
|---|---|---|
| committer | 2022-07-22 09:49:19 +0000 | |
| commit | 71e68dcfc44e3bba6f729684fa2f46444a6df24c (patch) | |
| tree | 0b96e1ef479298da14181d2bb6e4493a703c400a | |
| parent | 82de44ff33ac5847611173ac27b602923c3d8686 (diff) | |
| parent | 7b4010f4d2861510cd2c8b056123d9894d145e3d (diff) | |
Merge "Revert "Add a warning to the atrace binary for deprecating vendo...""
| -rw-r--r-- | cmds/atrace/atrace.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index b94f3daf03..9bd733d04c 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -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); |