Skip to content

Commit c6f5007

Browse files
committed
DEBUG: add logging
1 parent eb77ba4 commit c6f5007

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jni-c-toxcore/jni-c-toxcore.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8525,6 +8525,8 @@ Java_com_zoffcc_applications_trifa_MainActivity_tox_1group_1send_1private_1messa
85258525
const jsize plength = (*env)->GetArrayLength(env, stringJbytes);
85268526
jbyte* pBytes = (*env)->GetByteArrayElements(env, stringJbytes, NULL);
85278527

8528+
dbg(9, "tox_group_send_private_message_by_peerpubkey:DEBUG:group_number=%d type=%d pBytes1=%s pBytes=%s", (int)group_number, type, pBytes1, pBytes);
8529+
85288530
res = tox_group_send_private_message_by_peerpubkey(tox_global, (uint32_t)group_number, (const uint8_t *)pBytes1, (int)type,
85298531
(const uint8_t *)pBytes,
85308532
(size_t)plength, &error);

0 commit comments

Comments
 (0)