Explorar o código

Z991239-5575 #comment 增加浏览器实体Idle的日志

oilyang hai 1 ano
pai
achega
4130b62859
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Module/mod_healthmanager/mod_healthmanager.cpp

+ 3 - 0
Module/mod_healthmanager/mod_healthmanager.cpp

@@ -1459,7 +1459,10 @@ void CHealthManagerEntity::OnEntityStateHook(const char* pszEntityName, const ch
 		case EntityState_Idle:
 		{
 			if (_strnicmp("Chromium", pszEntityName, strlen("Chromium")) == 0)
+			{
+				DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setLogCode("QLR0402501Z002")("Chromium to idle.");
 				LogEvent(Severity_Middle, LOG_EVT_HEALTHMANAGER_BROWSER_IDLE, "Chromium to idle.");
+			}
 		}
 		default:
 			break;