mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-23 16:20:00 +00:00
Description:add init debug log
Feature or Bugfix:Bugfix Binary Source: No Signed-off-by: cat <chenjinxiang3@huawei.com>
This commit is contained in:
parent
75e989377a
commit
16bc77b2e1
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user