[mpp_log]: Update mpp_log macro

Change-Id: I0e46e93a9a8fa0a7cb7a0e86cec1748503bddcfb
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2020-12-17 16:07:28 +08:00
parent 3cf778d714
commit 11aa95e52f
6 changed files with 28 additions and 33 deletions

View File

@@ -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)
/*