Home
last modified time | relevance | path

Searched refs:crashType (Results 1 - 1 of 1) sorted by relevance

/test/ostest/wukong/report/src/
H A Dstatistics_exception.cpp36 std::string crashType; in StatisticsDetail() local
41 crashType = srcDatasIter["exception"]; in StatisticsDetail()
43 std::vector<std::string>::iterator crashTypesIter = find(crashTypes_.begin(), crashTypes_.end(), crashType); in StatisticsDetail()
45 DEBUG_LOG_STR("crashType{%s} init", crashType.c_str()); in StatisticsDetail()
46 crashTypes_.push_back(crashType); in StatisticsDetail()
47 exceptionTypeCount_[crashType] = 1; in StatisticsDetail()
49 exceptionTypeCount_[crashType]++; in StatisticsDetail()

Completed in 1 milliseconds