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

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

Merge "Update error message" into main

parents d5270898 14a94a23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ public class PerfettoProtoLogImpl extends IProtoLogClient.Stub implements IProto
                    IProtoLogConfigurationService.Stub.asInterface(ServiceManager.getService(
                            PROTOLOG_CONFIGURATION_SERVICE));
            Objects.requireNonNull(mProtoLogConfigurationService,
                    "ServiceManager returned a null ProtoLog service");
                    "ServiceManager returned a null ProtoLog Configuration Service");

            try {
                var args = new ProtoLogConfigurationService.RegisterClientArgs();