Merge "IorapForwardingService: Suppress error log" am: c20242f7e6
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1396951 Change-Id: Iab9bedeb2b114c02f24babbffb30fae3824e2386
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user