From 8fb1bc18bad99b2de79783848b41d07da01315a7 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 01 九月 2021 17:04:05 +0800 Subject: [PATCH] 采用纯oc sdk解决版本适配问题;解决呼叫不能截屏问题 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h | 56 -------------------------------------------------------- 1 files changed, 0 insertions(+), 56 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h old mode 100755 new mode 100644 index 751ef73..4ec5fb0 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h @@ -151,62 +151,6 @@ LINPHONE_PUBLIC void linphone_logging_service_set_log_file(const LinphoneLoggingService *service, const char *dir, const char *filename, size_t max_size); /** - * @brief Set the domain where application logs are written (for example with #linphone_logging_service_message()). - * @param log_service The logging service singleton. - * @param domain The domain. - * @note The domain is mandatory to write logs. This needs to be set before setting the log level. - */ -LINPHONE_PUBLIC void linphone_logging_service_set_domain(LinphoneLoggingService *log_service, const char *domain); - -/** - * @brief Get the domain where application logs are written (for example with #linphone_logging_service_message()). - * @param log_service The logging service singleton. - */ -LINPHONE_PUBLIC const char *linphone_logging_service_get_domain(LinphoneLoggingService *log_service); - -/** - * @brief Write a LinphoneLogLevelDebug message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_debug(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelTrace message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_trace(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelMessage message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_message(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelWarning message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_warning(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelError message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_error(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelFatal message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_fatal(LinphoneLoggingService *log_service, const char *msg); - -/** * @brief Increases the reference counter. */ LINPHONE_PUBLIC LinphoneLoggingServiceCbs *linphone_logging_service_cbs_ref(LinphoneLoggingServiceCbs *cbs); -- Gitblit v1.8.0