未验证 提交 daff03c8 编写于 作者: O openharmony_ci 提交者: Gitee

!2156 部件化整改

Merge pull request !2156 from 李明康/0727部件化整改
......@@ -48,7 +48,9 @@
"hisysevent",
"profiler",
"toybox",
"mksh"
"mksh",
"cJSON",
"hiprofiler"
],
"third_party": [
"bounds_checking_function",
......
......@@ -24,9 +24,7 @@ namespace OHOS {
{
bool result = false;
std::unique_ptr<WatcherManager> watcherManager = std::make_unique<WatcherManager>(0, true);
if (watcherManager == nullptr) {
return result;
}
std::string str(reinterpret_cast<const char*>(data), size);
if (!watcherManager->RefreshWatcher(str, *data)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册