Searched refs:info_msg (Results 1 – 1 of 1) sorted by relevance
339 std::vector<std::string> info_msg = android::base::Split(thermal_abnormal_event_info, "="); in ReportThermalAbnormalEvent() local340 if (type_msg.size() != 2 || info_msg.size() != 2) { in ReportThermalAbnormalEvent()342 info_msg.size()); in ReportThermalAbnormalEvent()346 if (type_msg[0] != "THERMAL_ABNORMAL_TYPE" || info_msg[0] != "THERMAL_ABNORMAL_INFO") { in ReportThermalAbnormalEvent()348 type_msg[0].c_str(), info_msg[0].c_str()); in ReportThermalAbnormalEvent()358 std::vector<std::string> info_list = android::base::Split(info_msg[1], ","); in ReportThermalAbnormalEvent()360 ALOGE("Thermal abnormal info(%s) split size %zu != 2", info_msg[1].c_str(), in ReportThermalAbnormalEvent()