소스 검색

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