!2014 profiler的hisysevent事件打点由统计打点修改为行为打点

Merge pull request !2014 from hw-wLiu/master
This commit is contained in:
openharmony_ci 2024-11-13 03:21:08 +00:00 committed by Gitee
commit 416abff943
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -779,7 +779,7 @@ int PluginWriteToHisysevent(std::string pluginName, std::string caller, std::str
std::string errorMessage) std::string errorMessage)
{ {
return HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::PROFILER, "HIPROFILER_USAGE", return HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::PROFILER, "HIPROFILER_USAGE",
OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, OHOS::HiviewDFX::HiSysEvent::EventType::BEHAVIOR,
"PLUGIN_NAME", pluginName, "PLUGIN_NAME", pluginName,
"CALLER", caller, "CALLER", caller,
"ARGS", args, "ARGS", args,