SWDEV-518474 - Add comgr debug mask

Move prints from CO processing under COMGR debug mask.

Change-Id: I2a417e42a1f4e2922a34eb104c69e4db10b5f1c6
This commit is contained in:
German Andryeyev
2025-02-27 11:18:58 -05:00
parent 81db54d3f9
commit cece301fd4
2 changed files with 14 additions and 10 deletions
+1
View File
@@ -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
};