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

Commit 14a94a23 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update error message

Change-Id: I3eff17f0c6da1e9c7743eb0bbf7e30217e3a0b65
Flag: EXEMPT error message update
parent 90b8bc9e
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();