IorapForwardingService: Suppress error log

Bug: 160381575
Test: make
Change-Id: Iee7506205edc2863c76d0dae0568297565def3df
This commit is contained in:
yawanng
2020-08-11 20:51:51 +00:00
parent 5c8e5ca313
commit aeec6c8ff5

View File

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