Merge pull request !1704 from 李明康/回退1672
This commit is contained in:
openharmony_ci 2023-01-17 09:52:47 +00:00 committed by Gitee
commit 173285d7c9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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();