Merge "IorapForwardingService: Suppress error log"

This commit is contained in:
Treehugger Robot
2020-08-19 22:07:13 +00:00
committed by Gerrit Code Review

View File

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