139baaf62Sopenharmony_ci/*
239baaf62Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd.
339baaf62Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
439baaf62Sopenharmony_ci * you may not use this file except in compliance with the License.
539baaf62Sopenharmony_ci * You may obtain a copy of the License at
639baaf62Sopenharmony_ci *
739baaf62Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0
839baaf62Sopenharmony_ci *
939baaf62Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
1039baaf62Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
1139baaf62Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1239baaf62Sopenharmony_ci * See the License for the specific language governing permissions and
1339baaf62Sopenharmony_ci * limitations under the License.
1439baaf62Sopenharmony_ci */
1539baaf62Sopenharmony_ci#include "hichecker_wrapper.h"
1639baaf62Sopenharmony_ci#include "hichecker.h"
1739baaf62Sopenharmony_ci
1839baaf62Sopenharmony_civoid InitHicheckerParamWrapper(const char *processName)
1939baaf62Sopenharmony_ci{
2039baaf62Sopenharmony_ci    OHOS::HiviewDFX::HiChecker::InitHicheckerParam(processName);
2139baaf62Sopenharmony_ci}
22