Documentation ¶
Overview ¶
Package logging controls logging in video drivers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChromeVmoduleFlag ¶
func ChromeVmoduleFlag() string
ChromeVmoduleFlag returns a command line option for Chrome (binary test) to enable logging in media/gpu code.
Types ¶
type VideoLogger ¶
type VideoLogger struct {
// contains filtered or unexported fields
}
VideoLogger enables/disables verbose logging in a video driver properly during the test.
func NewVideoLogger ¶
func NewVideoLogger() (*VideoLogger, error)
NewVideoLogger enables verbose logging in a video driver and returns a VideoLogger. VideoLogger.Close disables the verbose logging.
Click to show internal directories.
Click to hide internal directories.