Call plugin has log control before preloading (#483) accepted/tizen/8.0/unified/20231005.093328 accepted/tizen/unified/20230825.121024
author조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Thu, 24 Aug 2023 06:58:23 +0000 (15:58 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 24 Aug 2023 06:58:23 +0000 (15:58 +0900)
commit3cd18d0d7c37642b635c6748a60ffe62752e4606
treea4b6ae6382e0bfdf2881b378887d87fd33f55851
parent466b70b16c43d3fe6888b40f1a73f51a06d0edad
Call plugin has log control before preloading (#483)

* 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.

* call pluginHasLogControl before preloading
NativeLauncher/launcher/lib/core_runtime.cc