mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-27 11:00:20 +08:00
[mpp_log]: Update mpp_log macro
Change-Id: I0e46e93a9a8fa0a7cb7a0e86cec1748503bddcfb Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -64,6 +64,10 @@
|
||||
#define MPP_DBG_DUMP_OUT (0x00000400)
|
||||
#define MPP_DBG_DUMP_CFG (0x00000800)
|
||||
|
||||
#define mpp_dbg_pts(fmt, ...) mpp_dbg(MPP_DBG_PTS, fmt, ## __VA_ARGS__)
|
||||
#define mpp_dbg_info(fmt, ...) mpp_dbg(MPP_DBG_INFO, fmt, ## __VA_ARGS__)
|
||||
#define mpp_dbg_platform(fmt, ...) mpp_dbg(MPP_DBG_PLATFORM, fmt, ## __VA_ARGS__)
|
||||
|
||||
#define MPP_ABORT (0x10000000)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user