IorapForwardingService: Suppress error log
Bug: 160381575 Test: make Change-Id: Iee7506205edc2863c76d0dae0568297565def3df
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