SWDEV-518474 - Add comgr debug mask
Move prints from CO processing under COMGR debug mask. Change-Id: I2a417e42a1f4e2922a34eb104c69e4db10b5f1c6
This commit is contained in:
@@ -65,6 +65,7 @@ enum LogMask {
|
||||
LOG_MEM = 131072, //!< (0x20000) Memory allocation
|
||||
LOG_MEM_POOL = 262144, //!< (0x40000) Memory pool allocation, including memory in graphs
|
||||
LOG_TS = 524288, //!< (0x80000) Timestamp details
|
||||
LOG_COMGR = 1048576,//!< (0x100000) Comgr path information print
|
||||
LOG_ALWAYS = -1 //!< (0xFFFFFFFF) Log always even mask flag is zero
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user