Преглед на файлове

#IQRV #comment feat: (1) remove cef_log (2) update framework version to 70

陈良瑜80374463 преди 1 година
родител
ревизия
42bc1813ec
променени са 2 файла, в които са добавени 1 реда и са изтрити 5 реда
  1. 1 1
      CMakeLists.txt
  2. 0 4
      Module/mod_chromium/mod_chromium.cpp

+ 1 - 1
CMakeLists.txt

@@ -284,7 +284,7 @@ if(CONAN_CACHE_CLEAR)
 	conan_local_remove()
 endif(CONAN_CACHE_CLEAR)
 
-conan_cmake_run(REQUIRES RvcFramework/1.2.0.53@LR04.02_FrameworkLib/dev
+conan_cmake_run(REQUIRES RvcFramework/1.2.0.70@LR04.02_FrameworkLib/dev
 	Audio/2023.0509.01@LR04.02_MediaRes/testing
 BASIC_SETUP CMAKE_TARGETS)
 include(DependencyConanFiles)

+ 0 - 4
Module/mod_chromium/mod_chromium.cpp

@@ -520,10 +520,6 @@ namespace Chromium {
 		GetFunction()->GetPath("Dbg", dbgPath);
 		std::string dstDbgPath = dbgPath.GetData();
 		dstDbgPath.append(SPLIT_SLASH_STR).append("mod_chromium");
-		if (InitFileLogger(dstDbgPath))
-			DbgToFileLogger("================");
-		else
-			DbgEx("[ERROR]logger init failed!");
 
 #endif