Merge "IorapForwardingService: Suppress error log" am: c20242f7e6 am: 3e1b131387 am: 2206e69609 am: a0421d89ba am: 1c30e174e9

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

Change-Id: I1f96d88783f735f345f4a3f8a5b7fd141db677bb
This commit is contained in:
Treehugger Robot
2020-08-20 00:08:32 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
}