Description:add init debug log

Feature or Bugfix:Bugfix
Binary Source: No

Signed-off-by: cat <chenjinxiang3@huawei.com>
This commit is contained in:
cat 2024-07-26 09:29:30 +00:00
parent 75e989377a
commit 16bc77b2e1

View File

@ -380,6 +380,7 @@ static int InitServiceProperties(Service *service, const ServiceArgs *pathArgs)
// deal start job
if (service->serviceJobs.jobsName[JOB_ON_START] != NULL) {
DoJobNow(service->serviceJobs.jobsName[JOB_ON_START]);
INIT_LOGI("Deal service %s job end", service->name);
}
ClearEnvironment(service);
if (!IsOnDemandService(service)) {