Call pluginHasLogControl in the initialize
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 24 Aug 2023 06:36:16 +0000 (15:36 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Thu, 24 Aug 2023 06:44:22 +0000 (15:44 +0900)
commit466b70b16c43d3fe6888b40f1a73f51a06d0edad
tree58fe96a09e4b7b986b49517d5db8c866af5784de
parent53496be35bc16fb8dcbd42674715e1c6ec8e4d16
Call pluginHasLogControl in the initialize

VD create log thread in the pluginHasLogControl to redirect stdout,stderr to vlog.
To prevent log missing in the candidate process, call pluginHasLogControl in the initialize() function.
NativeLauncher/launcher/lib/core_runtime.cc