The logger created for AndroidVideoPlayerSurface overrides the global minSeverity. I feel like this is an unintended side effect of how its currently being initialised. Instead of initialising the logger with Logger.withTag, I think it's better to call it with the constructor that accepts a config in order to not interfere with the global Logger instance.
Related line of code:
|
internal val androidVideoLogger = Logger.withTag("AndroidVideoPlayerSurface") |