Android SIP - recursive attempt to load library “/system/lib/librtp_jni.so”

匿名 (未验证) 提交于 2019-12-03 00:59:01

问题:

I see above log message when initiating SIP call from Android app using Android SIP SDK. Here's the line which causes it:

mSipManager.makeAudioCall(mSipProfileLocal, mSipProfilePeer, listener, 20); 

I don't think there's anything wrong (at least related to the above message) in that line. But anyway, after that method is called, I see

recursive attempt to load library "/system/lib/librtp_jni.so" 

And SIP call never gets established. Also, I don't receive any error messages/exceptions - nothing. Have any idea?

Thanks in advance.

Edited:

Btw, according to my investigation, "recursive attempt to load library" doesn't affect functionality. On majority of devices SIP calls work for me. But on Samsung Tab A (2016) I see exactly same behavior as described above.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!