Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5e35fd2 authored by Arnaud Ferir's avatar Arnaud Ferir Committed by Android Git Automerger
Browse files

am 5e81a6e2: Fix trace mismatch.

* commit '5e81a6e2':
  Fix trace mismatch.
parents addd46c6 5e81a6e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;