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