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

Commit c20242f7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "IorapForwardingService: Suppress error log"

parents 244406a4 aeec6c8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public class IorapForwardingService extends SystemService {
        try {
            iorap = IIorap.Stub.asInterface(ServiceManager.getServiceOrThrow("iorapd"));
        } catch (ServiceManager.ServiceNotFoundException e) {
            handleRemoteError(e);
            Log.w(TAG, e.getMessage());
            return null;
        }