mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-30 22:01:06 +00:00
修改appspawn log 只显示error级别
Signed-off-by: chengjinsong2 <chengjinsong2@huawei.com>
This commit is contained in:
parent
b146166265
commit
faef15f7e8
@ -41,7 +41,7 @@ __attribute__((constructor)) static void ParameterInit(void)
|
||||
if (getpid() == 1) {
|
||||
return;
|
||||
}
|
||||
EnableInitLog(INIT_INFO);
|
||||
EnableInitLog(INIT_ERROR);
|
||||
PARAM_WORKSPACE_OPS ops = {0};
|
||||
ops.updaterMode = 0;
|
||||
#ifdef PARAM_BASE_LOG
|
||||
|
Loading…
Reference in New Issue
Block a user