33 #ifndef BD_LOG_CONTROL_H_
34 #define BD_LOG_CONTROL_H_
45 typedef enum debug_mask_enum {
46 DBG_RESERVED = 0x00001,
47 DBG_CONFIGFILE = 0x00002,
graphics controller trace
Definition: log_control.h:61
m2ts stream trace
Definition: log_control.h:60
JNI calls.
Definition: log_control.h:63
BD-J subsystem and Xlet trace.
Definition: log_control.h:59
void bd_set_debug_mask(uint32_t mask)
Set (global) debug mask.
Database files (playlist and clip info)
Definition: log_control.h:54
Critical messages and errors (default)
Definition: log_control.h:57
Directory access.
Definition: log_control.h:53
HDMV virtual machine execution trace.
Definition: log_control.h:58
BluRay player.
Definition: log_control.h:52
uint32_t bd_get_debug_mask(void)
Get current (global) debug mask.
debug_mask_t
Flags for log filtering.
Definition: log_control.h:45
void bd_set_debug_handler(BD_LOG_FUNC handler)
Set (global) debug handler.
PG / IG decoders, m2ts demuxer.
Definition: log_control.h:62
void(* BD_LOG_FUNC)(const char *msg)
Log a message.
Definition: log_control.h:71