Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AND-418] Initialize StreamLog only on the case it wasn't initialized outside #1336

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

JcMinarro
Copy link
Member

🎯 Goal

The current implementation of VideoSDK is initializing StreamLog even if it was initialized by our customers or any other SDK (For example, ChatSDK).

The StreamLog has already a property to to know if it was already configured to avoid overriding the previous config.

Apart of that, logs from HTTP Client has been updated to use a custom tag instead of using the default one.

@JcMinarro JcMinarro requested a review from a team as a code owner March 25, 2025 15:50
Copy link
Contributor

github-actions bot commented Mar 25, 2025

SDK Size Comparison 📏

SDK Before After Difference Status
stream-video-android-core 11.21 MB 11.21 MB 0.00 MB 🟢
stream-video-android-ui-xml 5.66 MB 5.66 MB 0.00 MB 🟢
stream-video-android-ui-compose 5.83 MB 5.83 MB 0.00 MB 🟢

@JcMinarro JcMinarro changed the title Initialize StreamLog only on the case it wasn't initialized outside [AND-418] Initialize StreamLog only on the case it wasn't initialized outside Mar 25, 2025
@JcMinarro JcMinarro assigned JcMinarro and unassigned JcMinarro Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants