Selaa lähdekoodia

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

翟俊伟80258120 5 vuotta sitten
vanhempi
sitoutus
8eeb1c3a22
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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);