Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dreport.cpp499 std::string exceptionType; in ExceptionRecord() local
501 exceptionType = "cppcrash"; in ExceptionRecord()
505 exceptionType = "appfreeze"; in ExceptionRecord()
509 exceptionType = "jscrash"; in ExceptionRecord()
513 exceptionType = "serviceblock"; in ExceptionRecord()
516 data["exception"] = exceptionType; in ExceptionRecord()