mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Removed debug trace I pushed by mistake
This commit is contained in:
parent
d1f21907e7
commit
ee33c10a68
1 changed files with 0 additions and 1 deletions
|
|
@ -4586,7 +4586,6 @@ static LinphoneBuffer* create_c_linphone_buffer_from_java_linphone_buffer(JNIEnv
|
|||
getDataMethod = env->GetMethodID(bufferClass, "getContent", "()[B");
|
||||
|
||||
jsize = env->CallIntMethod(jbuffer, getSizeMethod);
|
||||
ms_error("Fetched %i bytes", jsize);
|
||||
jdata = env->CallObjectMethod(jbuffer, getDataMethod);
|
||||
jcontent = reinterpret_cast<jbyteArray>(jdata);
|
||||
content = (uint8_t*)env->GetByteArrayElements(jcontent, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue