Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dreport.cpp498 std::string exceptionType; in ExceptionRecord() local
500 exceptionType = "cppcrash"; in ExceptionRecord()
504 exceptionType = "appfreeze"; in ExceptionRecord()
508 exceptionType = "jscrash"; in ExceptionRecord()
512 exceptionType = "serviceblock"; in ExceptionRecord()
515 data["exception"] = exceptionType; in ExceptionRecord()