/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | plugin_proxy.cpp | 24 HIVIEW_LOGD("called!"); in OnEvent() 27 HIVIEW_LOGD("Plugin name: %{public}s plugin_->OnEvent", plugin_->GetName().c_str()); in OnEvent() 35 HIVIEW_LOGD("called!"); in CanProcessEvent() 38 HIVIEW_LOGD("Plugin name: %{public}s plugin_->CanProcessEvent", plugin_->GetName().c_str()); in CanProcessEvent() 46 HIVIEW_LOGD("called!"); in CanProcessMoreEvents() 49 … HIVIEW_LOGD("Plugin name: %{public}s plugin_->CanProcessMoreEvents", plugin_->GetName().c_str()); in CanProcessMoreEvents() 57 HIVIEW_LOGD("called!"); in GetHandlerInfo() 60 HIVIEW_LOGD("Plugin name: %{public}s plugin_->GetHandlerInfo", plugin_->GetName().c_str()); in GetHandlerInfo() 77 HIVIEW_LOGD("called!"); in OnEventListeningCallback() 80 …HIVIEW_LOGD("Plugin name: %{public}s plugin_->OnEventListeningCallback", plugin_->GetName().c_str(… in OnEventListeningCallback()
|
H A D | dispatch_rule_parser.cpp | 66 HIVIEW_LOGD("failed to parse the types"); in DispatchRuleParser() 88 HIVIEW_LOGD("failed to parse the tags"); in DispatchRuleParser() 107 HIVIEW_LOGD("failed to parse the events"); in DispatchRuleParser() 126 HIVIEW_LOGD("failed to parse the domains"); in DispatchRuleParser()
|
H A D | event_source.cpp | 23 HIVIEW_LOGD("EventSource PublishPipelineEvent"); in PublishPipelineEvent() 49 HIVIEW_LOGD("EventSource add pipeline %{public}s.", pipeline->GetName().c_str()); in AddPipeline()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AnimatorSceneDataProcessor.cpp | 59 HIVIEW_LOGD("[AnimatorSceneDataProcessor::ProcessSceneData]"); in ProcessSceneData() 61 HIVIEW_LOGD("[AnimatorSceneDataProcessor::ProcessSceneData] evt == nullptr"); in ProcessSceneData() 66 … HIVIEW_LOGD("[AnimatorSceneDataProcessor::ProcessSceneData] JLID_ACE_INTERACTION_APP_JANK"); in ProcessSceneData() 84 HIVIEW_LOGD("[AnimatorSceneDataProcessor::ProcessSceneData] AllPointsReceived"); in ProcessSceneData() 87 HIVIEW_LOGD("[AnimatorSceneDataProcessor::ProcessSceneData] record == nullptr"); in ProcessSceneData() 99 HIVIEW_LOGD("[AnimatorSceneDataProcessor::CreateRecord]"); in CreateRecord() 137 HIVIEW_LOGD("[AnimatorSceneDataProcessor::SaveAnimatorPoint]"); in SaveAnimatorPoint() 178 HIVIEW_LOGD("[AnimatorSceneDataProcessor::Report]"); in Report() 202 HIVIEW_LOGD("[AnimatorSceneDataProcessor::HandleTimeOutPoints] begin"); in HandleTimeOutPoints() 205 HIVIEW_LOGD("[AnimatorSceneDataProcessor::HandleTimeOutPoints] match if"); in HandleTimeOutPoints() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/ |
H A D | collect_device_client.cpp | 63 HIVIEW_LOGD("open ucollection device readOnly=%{public}d successful", readOnly); in GetDeviceFd() 75 HIVIEW_LOGD("send IOCTRL_COLLECT_PROC_COUNT"); in GetProcessCount() 88 HIVIEW_LOGD("send IOCTRL_COLLECT_ALL_PROC_CPU"); in FetchProcessCpuData() 101 HIVIEW_LOGD("send IOCTRL_COLLECT_THE_PROC_CPU"); in FetchProcessCpuData() 114 HIVIEW_LOGD("send IOCTRL_COLLECT_THREAD_COUNT"); in GetThreadCount() 126 HIVIEW_LOGD("send IOCTRL_COLLECT_APP_THREAD_COUNT"); in GetSelfThreadCount() 138 HIVIEW_LOGD("send IOCTRL_COLLECT_THE_THREAD"); in FetchThreadCpuData() 155 HIVIEW_LOGD("send IOCTRL_COLLECT_APP_THREAD, cmd=%{public}zu", IOCTRL_COLLECT_APP_THREAD); in FetchSelfThreadCpuData()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_json_parser.cpp | 75 HIVIEW_LOGD("sys def map is null"); in GetDefinedBaseInfoByDomainName() 80 HIVIEW_LOGD("domain %{public}s is not defined.", domain.c_str()); in GetDefinedBaseInfoByDomainName() 86 … HIVIEW_LOGD("%{public}s is not defined in domain %{public}s.", name.c_str(), domain.c_str()); in GetDefinedBaseInfoByDomainName() 128 HIVIEW_LOGD("__BASE definition is invalid."); in ParseBaseConfig() 134 HIVIEW_LOGD("type is not defined in __BASE."); in ParseBaseConfig() 139 …HIVIEW_LOGD("type is defined as %{public}s, but a valid type must be FAULT, STATISTIC, SECURITY, o… in ParseBaseConfig() 146 HIVIEW_LOGD("level is not defined in __BASE."); in ParseBaseConfig()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfPlugin.cpp | 116 HIVIEW_LOGD("Xperf Listening Event is %{public}s", (event.eventName_).c_str()); in OnEventListeningCallback() 179 HIVIEW_LOGD("[XperfPlugin::PostAppStartEvent] PostEvent begin"); in PostAppStartEvent() 181 HIVIEW_LOGD("[XperfPlugin::PostAppStartEvent] PostEvent end"); in PostAppStartEvent() 191 HIVIEW_LOGD("[XperfPlugin::PostScrollJankEvent] PostEvent begin"); in PostScrollJankEvent() 193 HIVIEW_LOGD("[XperfPlugin::PostScrollJankEvent] PostEvent end"); in PostScrollJankEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/ |
H A D | JankAnimatorMonitor.cpp | 43 HIVIEW_LOGD("[JankAnimatorMonitor::HandleEvt]"); in HandleEvt() 53 HIVIEW_LOGD("[JankAnimatorMonitor::HandleMainThrEvt]"); in HandleMainThrEvt() 64 HIVIEW_LOGD("[JankAnimatorMonitor::ProcessStats]"); in ProcessStats() 74 HIVIEW_LOGD("[JankAnimatorMonitor::ReportMetrics]"); in ReportMetrics()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/observer/ |
H A D | uc_app_state_observer.cpp | 29 HIVIEW_LOGD("pid=%{public}d, state=%{public}d", processData.pid, processData.state); in OnProcessStateChanged() 40 HIVIEW_LOGD("process=%{public}d created", processData.pid); in OnProcessCreated() 46 HIVIEW_LOGD("process=%{public}d died", processData.pid); in OnProcessDied()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | network_collector_impl.cpp | 66 HIVIEW_LOGD("rssi = %d", networkRate.rssi); in CollectRate() 68 HIVIEW_LOGD("txBitRate = %d", networkRate.txBitRate); in CollectRate() 70 HIVIEW_LOGD("rxBitRate = %d", networkRate.rxBitRate); in CollectRate()
|
H A D | process_state_info_collector.cpp | 155 HIVIEW_LOGD("lastProcCpuTimeInfos do not have pid:%{public}d", procCpuItem->pid); in CalculateProcessCpuStatInfo() 192 HIVIEW_LOGD("end to delete dead process, size=%{public}zu", lastProcCpuTimeInfos_.size()); in TryToDeleteDeadProcessInfo() 201 HIVIEW_LOGD("pid:%{public}d not exist", pid); in CollectProcessCpuStatInfo() 246 HIVIEW_LOGD("end to delete dead process=%{public}d", pid); in TryToDeleteDeadProcessInfoByPid() 259 HIVIEW_LOGD("start to delete dead processes, size=%{public}zu", lastProcCpuTimeInfos_.size()); in TryToDeleteDeadProcessInfoByTime() 267 HIVIEW_LOGD("end to delete dead processes, size=%{public}zu", lastProcCpuTimeInfos_.size()); in TryToDeleteDeadProcessInfoByTime()
|
H A D | gpu_collector_impl.cpp | 55 HIVIEW_LOGD("curFeq=%{public}d,maxFeq=%{public}d,minFeq=%{public}d", in CollectGpuFrequency() 66 HIVIEW_LOGD("gpuLoad=%{public}f", sysGpuLoad.gpuLoad); in CollectSysGpuLoad()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | event_db_helper.cpp | 40 HIVIEW_LOGD("create dbStore"); in OnCreate() 46 HIVIEW_LOGD("oldVersion=%{public}d, newVersion=%{public}d", oldVersion, newVersion); in OnUpgrade() 152 HIVIEW_LOGD("failed to query sysUsage table=%{public}s", table.c_str()); in QuerySysUsageEvent() 227 HIVIEW_LOGD("insert db=%{public}s with %{public}s", dbPath_.c_str(), eventStr.c_str()); in InsertPluginStatsTable() 246 HIVIEW_LOGD("insert db=%{public}s with %{public}s", dbPath_.c_str(), eventStr.c_str()); in InsertSysUsageTable() 259 …HIVIEW_LOGD("update db table %{public}s with %{public}s", DB_TABLE_PLUGIN_STATS.c_str(), eventStr.… in UpdatePluginStatsTable() 274 HIVIEW_LOGD("update db table %{public}s with %{public}s", table.c_str(), eventStr.c_str()); in UpdateSysUsageTable()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_service_ohos.cpp | 106 HIVIEW_LOGD("rule type is %{public}d, domain is %{public}s, eventName is %{public}s, " in MatchRules() 196 HIVIEW_LOGD("pid %{public}d rules match %{public}s.", listener->second.first, in OnSysEvent() 291 … HIVIEW_LOGD("uid %{public}d pid %{public}d listener has been added and update rules.", uid, pid); in AddListener() 299 … HIVIEW_LOGD("uid %{public}d pid %{public}d listener is added successfully, total is %{public}zu.", in AddListener() 327 HIVIEW_LOGD("has no any listeners."); in RemoveListener() 337 HIVIEW_LOGD("uid %{public}d pid %{public}d has found listener and removes it.", uid, pid); in RemoveListener() 340 HIVIEW_LOGD("uid %{public}d pid %{public}d has not found listener.", uid, pid); in RemoveListener() 369 HIVIEW_LOGD("event type configured with domain[%{public}s] and name[%{public}s] " in BuildEventQuery() 453 HIVIEW_LOGD("set debug mode %{public}s", mode ? "true" : "false"); in SetDebugMode() 538 HIVIEW_LOGD("forbid export, time frequency limit < 1 h."); in Export()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_detector_plugin.cpp | 52 HIVIEW_LOGD("OnLoad."); in OnLoad() 74 HIVIEW_LOGD("OnUnload."); in OnUnload() 176 …HIVIEW_LOGD("received event id=%{public}u, domain=%{public}s, stringid=%{public}s, extraInfo=%{pub… in OnEventListeningCallback() 187 HIVIEW_LOGD("received event domain=%{public}s, stringid=%{public}s", in OnEventListeningCallback() 221 HIVIEW_LOGD("received event domain=%{public}s, stringid=%{public}s", in ProcessEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | JankAnimatorReporterAdapter.cpp | 30 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal]"); in ReportNormal() 41 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal] PostScrollJankEvent begin"); in ReportNormal() 43 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal] PostScrollJankEvent end"); in ReportNormal() 53 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportCritical]"); in ReportCritical()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/ |
H A D | export_db_manager.cpp | 28 HIVIEW_LOGD("db store directory is %{public}s.", dbStoreDir.c_str()); in ExportDbManager() 39 HIVIEW_LOGD("export enabled sequence is %{public}" PRId64 "", record.exportEnabledSeq); in GetExportEnabledSeq() 45 …HIVIEW_LOGD("get beginning sequence of event for module %{public}s to export", moduleName.c_str()); in GetExportBeginSeq()
|
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/ |
H A D | running_status_logger.cpp | 42 … HIVIEW_LOGD("writing \"%{public}s\" into %{public}s.", logInfo.c_str(), destFile.c_str()); in Log() 68 HIVIEW_LOGD("create new log file: %{public}s.", newFileName.c_str()); in GenerateNewestFileName() 82 HIVIEW_LOGD("create listener log directory %{public}s succeed.", logDestDir.c_str()); in GetLogDir()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/ |
H A D | daily_config.cpp | 76 … HIVIEW_LOGD("parse common config, key=%{public}s, value=%{public}d", key.c_str(), configValue); in ParseCommonThreshold() 113 HIVIEW_LOGD("start to parse domain=%{public}s", domain.c_str()); in ParseThresholdOfDomain() 141 HIVIEW_LOGD("parse name=%{public}s, value=%{public}d", name.c_str(), value); in ParseThresholdOfName()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/ |
H A D | process_status.cpp | 48 HIVIEW_LOGD("failed to get proc name from pid=%{public}d", pid); in GetProcessName() 125 HIVIEW_LOGD("pid=%{public}d state=%{public}d", pid, procState); in UpdateProcessState() 182 HIVIEW_LOGD("end to clear process cache, pid=%{public}d", pid); in ClearProcessInfo()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | sys_event_dao.cpp | 33 HIVIEW_LOGD("squery domain=%{public}s, names.size=%{public}zu", domain.c_str(), names.size()); in BuildQuery() 43 …HIVIEW_LOGD("query domain=%{public}s, names.size=%{public}zu, type=%{public}u, toSeq=%{public}" PR… in BuildQuery()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_focus_listener.cpp | 47 HIVIEW_LOGD("eventFocusListener is registered"); in RegisterFocusListener() 78 HIVIEW_LOGD("eventFocusListener not need unRegistered"); in UnRegisterFocusListener()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
H A D | AppStartReporter.cpp | 26 HIVIEW_LOGD("AppStartReporter::ReportNormal"); in ReportNormal() 55 HIVIEW_LOGD("AppStartReporter::ReportFault"); in ReportFault()
|
H A D | JankAnimatorReporter.cpp | 29 HIVIEW_LOGD("JankAnimatorReporter ReportNormal Start"); in ReportNormal() 58 HIVIEW_LOGD("JankAnimatorReporter ReportCritical Start"); in ReportCritical()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | open_stacktrace_catcher.cpp | 103 HIVIEW_LOGD("LogCatcherUtils::DumpStacktrace ret %{public}d", ret); in ForkAndDumpStackTrace() 117 HIVIEW_LOGD("Dump process exited status is %{public}d", status); in ForkAndDumpStackTrace()
|