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

Commit 703ee5ae authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update protolog command deprecation message with up to date command" into main

parents b579f132 9fc5a975
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen
        PrintWriter pw = shell.getOutPrintWriter();

        if (android.tracing.Flags.clientSideProtoLogging()) {
            pw.println("Command deprecated. Please use 'cmd protolog' instead.");
            pw.println("Command deprecated. Please use 'cmd protolog_configuration' instead.");
            return -1;
        }