Browse Source

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

翟俊伟80258120 5 years ago
parent
commit
8eeb1c3a22
1 changed files with 2 additions and 0 deletions
  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);