Merge "IorapForwardingService: Suppress error log"
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