add hisysevent

Signed-off-by: hw-wLiu <liuwei573@huawei.com>
This commit is contained in:
hw-wLiu 2024-11-12 11:17:49 +08:00
parent ebbe5e28fd
commit c98450fe74

View File

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