提交 6733228d 编写于 作者: 1 15929983503

hiappeventsuit_modify

Signed-off-by: N15929983503 <duanhaizhen@huawei.com>
上级 cdac67bb
......@@ -778,9 +778,9 @@ HWTEST_F(HiAppEventCPPTest, DFX_DFT_HiviewKit_HiAppEvent_Native_2700, Function|M
bool result = false;
string getlogFile;
string path;
int maxLen = 33;
string keys[maxLen];
string values[maxLen];
int maxLen = 32;
string keys[maxLen + 1];
string values[maxLen + 1];
OHOS::HiviewDFX::HiAppEventConfig::GetInstance().SetStorageDir("/data/test/hiappevent/");
ParamList list = OH_HiAppEvent_CreateParamList();
for (int i = 0; i <= maxLen; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册