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

Commit aeec6c8f authored by yawanng's avatar yawanng
Browse files

IorapForwardingService: Suppress error log

Bug: 160381575
Test: make
Change-Id: Iee7506205edc2863c76d0dae0568297565def3df
parent 5c8e5ca3
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;
        }