Loading telecomm/java/android/telecom/RemoteConnectionManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,10 @@ public class RemoteConnectionManager { outgoingConnectionServiceRpc, mOurConnectionServiceImpl); mRemoteConnectionServices.put(componentName, remoteConnectionService); } catch (RemoteException ignored) { } catch (RemoteException e) { Log.w(RemoteConnectionManager.this, "error when addConnectionService of %s: %s", componentName, e.toString()); } } } Loading Loading
telecomm/java/android/telecom/RemoteConnectionManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,10 @@ public class RemoteConnectionManager { outgoingConnectionServiceRpc, mOurConnectionServiceImpl); mRemoteConnectionServices.put(componentName, remoteConnectionService); } catch (RemoteException ignored) { } catch (RemoteException e) { Log.w(RemoteConnectionManager.this, "error when addConnectionService of %s: %s", componentName, e.toString()); } } } Loading