Home
last modified time | relevance | path

Searched refs:exceptionFilename (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
Dreport.cpp494 void Report::ExceptionRecord(const std::string &exceptionFilename) in ExceptionRecord() argument
499 if (exceptionFilename.find("cppcrash") != std::string::npos) { in ExceptionRecord()
503 if (exceptionFilename.find("appfreeze") != std::string::npos) { in ExceptionRecord()
507 if (exceptionFilename.find("jscrash") != std::string::npos) { in ExceptionRecord()
511 if (exceptionFilename.find("serviceblock") != std::string::npos) { in ExceptionRecord()
/test/ostest/wukong/report/include/
Dreport.h98 void ExceptionRecord(const std::string &exceptionFilename);