We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a418e commit 5e81a6eCopy full SHA for 5e81a6e
core/java/com/android/internal/nfc/LlcpSocket.java
@@ -193,7 +193,7 @@ public int receive(byte[] receiveBuffer) throws IOException {
193
throw new IOException();
194
}
195
} catch (RemoteException e) {
196
- Log.e(TAG, "RemoteException in send(): ", e);
+ Log.e(TAG, "RemoteException in receive(): ", e);
197
198
199
return receivedLength;
0 commit comments