Skip to content

AndroidVideoPlayerSurface logger overrides global Kermit settings #169

@Joeywp

Description

@Joeywp

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions