瀏覽代碼

Z991239-1336 #comment other: 指纹实体加上日志开关

翟俊伟80258120 5 年之前
父節點
當前提交
8eeb1c3a22
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Module/mod_FingerPrint/FingerPrintFSM.cpp

+ 2 - 0
Module/mod_FingerPrint/FingerPrintFSM.cpp

@@ -199,6 +199,8 @@ ErrorCodeEnum CFingerPrintFSM::OnInit()
 {
 	LOG_FUNCTION();
 
+	CDevAdptEntityBase* pEntity = GET_DEV_ENTITY_BASE_POINTER();
+	pEntity->InitializeVendorLogSwitch();
 	ErrorCodeEnum errDev;
 	CSimpleStringA strLibFullPath(true);
 	errDev = ExtractVendorLib(strLibFullPath);