mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 00:30:12 +00:00
commit
173285d7c9
@ -135,12 +135,10 @@ void LiteParamService(void)
|
||||
{
|
||||
static int init = 0;
|
||||
if (init) {
|
||||
printf("LiteParamService has been init \n");
|
||||
return;
|
||||
}
|
||||
init = 1;
|
||||
EnableInitLog(INIT_INFO);
|
||||
printf("LiteParamService \n");
|
||||
InitParamService();
|
||||
// get persist param
|
||||
LoadPersistParams();
|
||||
|
Loading…
Reference in New Issue
Block a user