Fix trace mismatch.
Change-Id: Ie6e9a2baef63d2b5621593203742c2ffeaafc4ba
This commit is contained in:
committed by
Jeff Hamilton
parent
c5a418ecb7
commit
5e81a6e21e
@ -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;
|
||||||
|
Reference in New Issue
Block a user