appmetrica / appmetrica-sdk-ios

AppMetrica SDK for iOS
https://appmetrica.io
MIT License
56 stars 6 forks source link

AppMetricaConfiguration.logs = false Не отключает логи консоли #7

Closed matvei-lp closed 8 months ago

matvei-lp commented 9 months ago

📚 AppMetrica SDK Version

5.0.0-beta.1

🛠️ Xcode Version

Version 15.0.1 (15A507)

📱 Device Information

MacOS Sonoma 14.2.1

⚙️ Installation Method

Swift Package Manager

📝 Description

Установка флага не отключает логи консоли

if let configuration = AppMetricaConfiguration(apiKey: "") { configuration.logs = false AppMetrica.activate(with: configuration) }

🔍 Reproducing the issue

No response

📋 Relevant AppMetrica Log Output or Crash Logs

``` +[AMAQueuesFactory serialQueueForIdentifierObject:domain:]:17 Queue created: io.appmetrica.CoreUtils.AMAUrgentEventCountDispatchStrategy.Queue +[AMAQueuesFactory serialQueueForIdentifierObject:domain:]:17 Queue created: io.appmetrica.CoreUtils.AMAEventCountDispatchStrategy.Queue +[AMAQueuesFactory serialQueueForIdentifierObject:domain:]:17 Queue created: io.appmetrica.CoreUtils.AMATimerDispatchStrategy.Queue -[AMACancelableDelayedExecutor cancelDelayed]:121 Cancellation of async execution on queue: -[AMACancelableDelayedExecutor executeAfterDelay:block:]:90 Delayed (90.00) async execution on queue: -[AMATimer createTimerSourceAndStart]:54 Timer started, timeout: 90.00```
GLinnik21 commented 8 months ago

Duplicate of #5

GLinnik21 commented 8 months ago

Здравствуйте. Решили проблему тут. Сделал 5.0.0-beta.2 для удобства интегрирования. Попробуйте исправит ли это ошибку.