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

Commit 5e81a6e2 authored by Arnaud Ferir's avatar Arnaud Ferir Committed by Jeff Hamilton
Browse files

Fix trace mismatch.

Change-Id: Ie6e9a2baef63d2b5621593203742c2ffeaafc4ba
parent c5a418ec
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;