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

Commit be80f658 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "IorapForwardingService: Suppress error log" am: c20242f7 am:...

Merge "IorapForwardingService: Suppress error log" am: c20242f7 am: 3e1b1313 am: 2206e696 am: a0421d89 am: 1c30e174

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1396951

Change-Id: I1f96d88783f735f345f4a3f8a5b7fd141db677bb
parents d524bf7c 1c30e174
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,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;
        }