Merge "IorapForwardingService: Suppress error log"
This commit is contained in:
@@ -96,7 +96,7 @@ public class IorapForwardingService extends SystemService {
|
|||||||
try {
|
try {
|
||||||
iorap = IIorap.Stub.asInterface(ServiceManager.getServiceOrThrow("iorapd"));
|
iorap = IIorap.Stub.asInterface(ServiceManager.getServiceOrThrow("iorapd"));
|
||||||
} catch (ServiceManager.ServiceNotFoundException e) {
|
} catch (ServiceManager.ServiceNotFoundException e) {
|
||||||
handleRemoteError(e);
|
Log.w(TAG, e.getMessage());
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user