Loading core/java/com/android/internal/nfc/LlcpSocket.java +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ public class LlcpSocket { throw new IOException(); } } catch (RemoteException e) { Log.e(TAG, "RemoteException in send(): ", e); Log.e(TAG, "RemoteException in receive(): ", e); } return receivedLength; Loading Loading
core/java/com/android/internal/nfc/LlcpSocket.java +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ public class LlcpSocket { throw new IOException(); } } catch (RemoteException e) { Log.e(TAG, "RemoteException in send(): ", e); Log.e(TAG, "RemoteException in receive(): ", e); } return receivedLength; Loading