mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Added JNI method to easily set Android log handler
This commit is contained in:
parent
2508ed05fe
commit
b7289326db
1 changed files with 4 additions and 0 deletions
|
|
@ -146,6 +146,10 @@ int dumbMethodForAllowingUsageOfCpuFeaturesFromStaticLibMediastream() {
|
|||
int dumbMethodForAllowingUsageOfMsAudioDiffFromStaticLibMediastream() {
|
||||
return ms_audio_diff(NULL, NULL, NULL, 0, NULL, NULL);
|
||||
}
|
||||
|
||||
extern "C" void setAndroidLogHandler() {
|
||||
linphone_core_enable_logs_with_cb(linphone_android_ortp_log_handler);
|
||||
}
|
||||
#endif /*ANDROID*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue