-
public final class PlayerMessageHave one type per entry in MediaLogRecord::Type Corresponds to kMessage
-
-
Constructor Summary
Constructors Constructor Description PlayerMessage(String level, String message)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final PlayerMessagecopy(String level, String message)final StringgetLevel()Keep in sync with MediaLogMessageLevel We are currently keeping the message level 'error' separate from the PlayerError type because right now they represent different things, this one being a DVLOG(ERROR) style log message that gets printed based on what log level is selected in the UI, and the other is a representation of a media::PipelineStatus object. final StringgetMessage()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final PlayerMessage copy(String level, String message)
-
getLevel
final String getLevel()
Keep in sync with MediaLogMessageLevel We are currently keeping the message level 'error' separate from the PlayerError type because right now they represent different things, this one being a DVLOG(ERROR) style log message that gets printed based on what log level is selected in the UI, and the other is a representation of a media::PipelineStatus object. Soon however we're going to be moving away from using PipelineStatus for errors and introducing a new error type which should hopefully let us integrate the error log level into the PlayerError type.
-
getMessage
final String getMessage()
-
-
-
-