Log.LogLevel
Stay organized with collections
Save and categorize content based on your preferences.
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = ElementType.TYPE_USE)
@IntDef(value = )
public annotation Log.LogLevel
Log level for ExoPlayer logcat logging. One of LOG_LEVEL_ALL, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR or LOG_LEVEL_OFF.