Home
last modified time | relevance | path

Searched full:log_path (Results 1 – 14 of 14) sorted by relevance

/base/hiviewdfx/hiview/
Dkernel_vendor.yaml43 LOG_PATH: {type: STRING, desc: fault log dir}
56 LOG_PATH: {type: STRING, desc: fault log dir}
71 LOG_PATH: {type: STRING, desc: fault log dir}
85 LOG_PATH: {type: STRING, desc: fault log dir}
99 LOG_PATH: {type: STRING, desc: fault log dir}
113 LOG_PATH: {type: STRING, desc: fault log dir}
127 LOG_PATH: {type: STRING, desc: fault log dir}
141 LOG_PATH: {type: STRING, desc: fault log dir}
155 LOG_PATH: {type: STRING, desc: fault log dir}
169 LOG_PATH: {type: STRING, desc: fault log dir}
[all …]
Dhisysevent.yaml35 LOG_PATH: {type: STRING, desc: fault log path}
66 LOG_PATH: {type: STRING, desc: fault log path}
99 LOG_PATH: {type: STRING, desc: fault log path}
144 LOG_PATH: {type: STRING, desc: memory leak log path}
156 LOG_PATH: {type: STRING, desc: fd leak log path}
168 LOG_PATH: {type: STRING, desc: thread leak log path}
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
Dbbox_detector_module_test.cpp66 sysEventCreator.SetKeyValue("LOG_PATH", "/data/test/hisi_logs/");
85 ASSERT_EQ(sysEvent->GetEventValue("LOG_PATH"), "/data/test/hisi_logs/19700106031950-00001111");
109 sysEventCreator.SetKeyValue("LOG_PATH", "/data/test/hisi_logs/");
128 ASSERT_EQ(sysEvent->GetEventValue("LOG_PATH"), "/data/test/hisi_logs/19700106031950-00001111");
152 sysEventCreator.SetKeyValue("LOG_PATH", "/data/test/hisi_logs/");
171 ASSERT_EQ(sysEvent->GetEventValue("LOG_PATH"), "/data/test/hisi_logs/19700106031950-00001111");
194 sysEventCreator.SetKeyValue("LOG_PATH", "/data/test/hisi_logs/");
279 sysEventCreator.SetKeyValue("LOG_PATH", "/data/test/hisi_logs/");
317 sysEventCreator.SetKeyValue("LOG_PATH", "/data/test/bbox/panic_log/");
355 sysEventCreator.SetKeyValue("LOG_PATH", "/data/test/hisi_logs/");
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dconstants.h78 const char * const LOG_PATH = "LOG_PATH"; variable
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
Dbbox_detector_plugin.cpp116 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in HandleBBoxEvent()
123 if (HisysEventUtil::IsEventProcessed(name, "LOG_PATH", dynamicPaths) || in HandleBBoxEvent()
148 sysEvent->SetEventValue("LOG_PATH", dynamicPaths); in HandleBBoxEvent()
180 HisysEventUtil::IsEventProcessed(name, "LOG_PATH", historyMap["dynamicPaths"]) || in StartBootScan()
213 "LOG_PATH", historyMap["logPath"], in CheckAndHiSysEventWrite()
Dpanic_report_recovery.cpp155 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in IsRecoveryPanicEvent()
248 "LOG_PATH", GetBackupFilePath(timeStr), in ReportPanicEventAfterRecovery()
276 if (HisysEventUtil::IsEventProcessed("PANIC", "LOG_PATH", GetBackupFilePath(timeStr))) { in ConfirmReportResult()
/base/hiviewdfx/hiview/plugins/faultlogger/service/fault_file/
Dfaultlog_database.cpp43 …_", "uid_", "pid_", FaultKey::MODULE_NAME, FaultKey::REASON, FaultKey::SUMMARY, FaultKey::LOG_PATH,
98 … FaultKey::REASON, info.reason, FaultKey::SUMMARY, info.summary, FaultKey::LOG_PATH, info.logPath, in SaveFaultLogInfo()
/base/hiviewdfx/hiview/plugins/faultlogger/service/fault_event/event/
Dfaultlog_error_reporter.cpp99 std::string logPath = sysEvent->GetEventValue(FaultKey::LOG_PATH); in ReportErrorToAppEvent()
Dfaultlog_sanitizer.cpp42 std::string logPath = sysEvent->GetEventValue(FaultKey::LOG_PATH); in ReportSanitizerToAppEvent()
/base/hiviewdfx/hiview/plugins/faultlogger/service/fault_event/base/
Dfaultlog_event_base.cpp44 sysEvent.SetEventValue(FaultKey::LOG_PATH, info.logPath); in UpdateSysEvent()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
Dbbox_detector_unit_test.cpp144 sysEvent->SetEventValue("LOG_PATH", "/data/test/bbox/panic_log/test");
146 sysEvent->SetEventValue("LOG_PATH", "OTHERS");
/base/hiviewdfx/faultloggerd/tools/crash_validator/
Dcrash_validator.cpp43 constexpr char KEY_LOG_PATH[] = "LOG_PATH";
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_unittest.cpp924 "SUMMARY":"summary for FreezeDBHelper", "LOG_PATH":"/data/log/test", "VERSION":"",
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp808 …"REASON":"unittest for SaveFaultLogInfo", "SUMMARY":"summary for SaveFaultLogInfo", "LOG_PATH":"",…
1064 … "SUMMARY":"summary for SaveFaultLogInfo", "LOG_PATH":"", "VERSION":"", "HAPPEN_TIME":"1501973701",
2517 sysEventCreator.SetKeyValue("LOG_PATH", "1.0.0");