Azure / Communication

Azure Communication Services - SDKs and Release Notes
MIT License
320 stars 99 forks source link

[Android] [Calling - 2.0.0] Absent library logs #447

Open PineapplePie opened 2 years ago

PineapplePie commented 2 years ago

Hi! I can see in docs that there is a possibility to set a log level for JS and Python versions of the library. So I'm curious if it's possible to have on Android as well (something like AzureLogger.setLogLevel(Verbose)) I found a native call sam_initialization_options_set_stdout_logging, but doesn't seem like I can call it from the app. Although, it would be very helpful to debug any issues.

Thanks in advance!