Loading startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,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; } Loading Loading
startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,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; } Loading