Kaynağa Gözat

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

oilyang 1 yıl önce
ebeveyn
işleme
4130b62859

+ 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;