告警清理

Signed-off-by:wenlong12 <wenlong12@huawei.com>

Signed-off-by: wenlong12 <wenlong12@huawei.com>
This commit is contained in:
wenlong12 2024-08-05 15:37:44 +08:00
parent 3f6a3aecb3
commit 6e8c30f30b

View File

@ -21,9 +21,9 @@
using namespace OHOS::Developtools::HiPerf;
#if defined(__aarch64__)
const std::string TEST_PROCESSES = "com.ohos.sceneboard";
static const std::string TEST_PROCESSES = "com.ohos.sceneboard";
#else
const std::string TEST_PROCESSES = "com.ohos.launcher";
static const std::string TEST_PROCESSES = "com.ohos.launcher";
#endif
namespace HiperfClientDemo {