fix function signature in lookup for onSendPacketRequested function
This commit is contained in:
parent
0b9e5928d3
commit
7c3be2b5c1
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ namespace {
|
|||
}
|
||||
|
||||
jmethodID packetSenderCallbackMethod = lookup.findMethod(packetSenderClass,
|
||||
"onSendPacketRequested", "(Ljava/net/InetSocketAddress;[B)I");
|
||||
"onSendPacketRequested", "(Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;[B)I");
|
||||
if(packetSenderCallbackMethod == NULL)
|
||||
{
|
||||
LOGE("Couldn't find onSendPacketRequested method");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue