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

Commit 35529cd0 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Stop dumping viewer config in PerfettoProtoLogImpl

We now rely on the ProtoLog service to perform this dumping.

Test: atest com.android.internal.protolog
Flag: android.tracing.client_side_proto_logging
Bug: 352538294
Change-Id: I1be0651a457d328a39893a6793aa10ee577e56eb
parent f98b6cdc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -401,7 +401,9 @@ public class PerfettoProtoLogImpl extends IProtoLogClient.Stub implements IProto
            Log.e(LOG_TAG, "Failed to wait for tracing to finish", e);
        }

        if (!android.tracing.Flags.clientSideProtoLogging()) {
            dumpViewerConfig();
        }

        Log.d(LOG_TAG, "Finished onTracingFlush");
    }