Lines Matching refs:ERROR
72 LOG(ERROR) << "Cannot enable inc_check and dec_check at the same time"; in getIntFromJsonValues()
77 LOG(ERROR) << "Values size is invalid"; in getIntFromJsonValues()
105 LOG(ERROR) << "Cannot enable inc_check and dec_check at the same time"; in getFloatFromJsonValues()
110 LOG(ERROR) << "Values size is invalid"; in getFloatFromJsonValues()
135 LOG(ERROR) << "Temp Range Values size: " << values.size() << "is invalid."; in getTempRangeInfoFromJsonValues()
143 LOG(ERROR) << "Illegal temp range: thresholds not defined properly " << min_temp << " : " in getTempRangeInfoFromJsonValues()
149 LOG(ERROR) << "Illegal temp range: temp_min_threshold(" << min_temp in getTempRangeInfoFromJsonValues()
162 LOG(ERROR) << "Minimum stuck duration not present."; in getTempStuckInfoFromJsonValue()
167 LOG(ERROR) << "Invalid Minimum stuck duration " << min_stuck_duration_int; in getTempStuckInfoFromJsonValue()
172 LOG(ERROR) << "Minimum polling count not present."; in getTempStuckInfoFromJsonValue()
177 LOG(ERROR) << "Invalid Minimum stuck duration " << min_polling_count; in getTempStuckInfoFromJsonValue()
204 LOG(ERROR) << "Failed to read JSON config from " << config_path; in ParseThermalConfig()
211 LOG(ERROR) << "Failed to parse JSON config: " << errorMessage; in ParseThermalConfig()
228 LOG(ERROR) << "Sensor[" << name in ParseOffsetThresholds()
237 LOG(ERROR) << "Nan offset_threshold or offset_value unexpected for sensor " << name; in ParseOffsetThresholds()
242 LOG(ERROR) << "offset_thresholds are not in increasing order for sensor " << name; in ParseOffsetThresholds()
287 LOG(ERROR) << "Sensor[" << name << "] has no Combination setting"; in ParseVirtualSensorInfo()
304 LOG(ERROR) << "Sensor[" << name << "]'s Formula is invalid"; in ParseVirtualSensorInfo()
315 LOG(ERROR) << "Sensor[" << name << "] has invalid CombinationType size"; in ParseVirtualSensorInfo()
326 LOG(ERROR) << "Sensor[" << name << "] has invalid CombinationType settings " in ParseVirtualSensorInfo()
343 LOG(ERROR) << "Sensor[" << name << "] has no Coefficient setting"; in ParseVirtualSensorInfo()
348 LOG(ERROR) << "Sensor[" << name << "] has invalid Coefficient size"; in ParseVirtualSensorInfo()
359 LOG(ERROR) << "Sensor[" << name << "] has invalid coefficient type size"; in ParseVirtualSensorInfo()
370 LOG(ERROR) << "Sensor[" << name << "] has invalid coefficient options " in ParseVirtualSensorInfo()
380 LOG(ERROR) << "Sensor[" << name in ParseVirtualSensorInfo()
402 LOG(ERROR) << name << " TriggerSensor should be an array of string"; in ParseVirtualSensorInfo()
410 LOG(ERROR) << "Sensor[" << name << "]'s TriggerSensor should be a string"; in ParseVirtualSensorInfo()
418 LOG(ERROR) << "Sensor[" << name << "] has no ModelPath"; in ParseVirtualSensorInfo()
423 LOG(ERROR) << "Sensor[" << name << "] uses USE_ML_MODEL and has zero linked_sensors"; in ParseVirtualSensorInfo()
430 LOG(ERROR) << "Failed to create vt estimator for Sensor[" << name in ParseVirtualSensorInfo()
440 LOG(ERROR) << "Failed to parse offset thresholds and values for Sensor[" << name << "]"; in ParseVirtualSensorInfo()
475 LOG(ERROR) << "Failed to initialize vt estimator for Sensor[" << name in ParseVirtualSensorInfo()
489 LOG(ERROR) << "Sensor[" << name in ParseVirtualSensorInfo()
499 LOG(ERROR) << "Failed to create vt estimator for Sensor[" << name in ParseVirtualSensorInfo()
510 LOG(ERROR) << "Failed to parse offset thresholds and values for Sensor[" << name << "]"; in ParseVirtualSensorInfo()
517 LOG(ERROR) << "Nan coefficient unexpected for sensor " << name; in ParseVirtualSensorInfo()
528 LOG(ERROR) << "Failed to initialize vt estimator for Sensor[" << name in ParseVirtualSensorInfo()
553 LOG(ERROR) << "Failed to parse Sensor [" << name << "]'s PredictorInfo"; in ParsePredictorInfo()
567 LOG(ERROR) << "Failed to parse PredictionWeight"; in ParsePredictorInfo()
574 LOG(ERROR) << "Unexpected NAN prediction weight for sensor [" << name << "]"; in ParsePredictorInfo()
580 LOG(ERROR) << "Failed to parse KPCompensate"; in ParsePredictorInfo()
611 LOG(ERROR) << "Failed to parse CdevWeightForPID"; in ParseBindedCdevInfo()
618 LOG(ERROR) << "Both CdevCeiling and CdevCeilingFrequency are configured for " in ParseBindedCdevInfo()
627 LOG(ERROR) << "Failed to parse CdevCeiling for " << cdev_name; in ParseBindedCdevInfo()
637 LOG(ERROR) << "Scaling frequency path is not found in config for " << cdev_name; in ParseBindedCdevInfo()
645 LOG(ERROR) << "Failed to parse CdevCeilingFrequency"; in ParseBindedCdevInfo()
671 LOG(ERROR) << cdev_name << " MaxReleaseStep: " << max_release_step; in ParseBindedCdevInfo()
681 LOG(ERROR) << cdev_name << " MaxThrottleStep: " << max_throttle_step; in ParseBindedCdevInfo()
696 LOG(ERROR) << "Both LimitInfo and LimitInfoFrequency are configured for " << cdev_name in ParseBindedCdevInfo()
705 LOG(ERROR) << "Failed to parse LimitInfo"; in ParseBindedCdevInfo()
716 LOG(ERROR) << "Scaling frequency path is not found for " << cdev_name; in ParseBindedCdevInfo()
725 LOG(ERROR) << "Failed to parse LimitInfoFrequency for " << cdev_name; in ParseBindedCdevInfo()
774 LOG(ERROR) << "Failed to parse CdevFloor"; in ParseBindedCdevInfo()
783 LOG(ERROR) << "Failed to parse power thresholds"; in ParseBindedCdevInfo()
800 LOG(ERROR) << "Release logic is invalid"; in ParseBindedCdevInfo()
862 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse K_Po"; in ParseSensorThrottlingInfo()
869 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse K_Pu"; in ParseSensorThrottlingInfo()
876 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse K_I"; in ParseSensorThrottlingInfo()
883 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse K_D"; in ParseSensorThrottlingInfo()
890 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse I_Max"; in ParseSensorThrottlingInfo()
898 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse MaxAllocPower"; in ParseSensorThrottlingInfo()
906 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse MinAllocPower"; in ParseSensorThrottlingInfo()
912 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse S_Power"; in ParseSensorThrottlingInfo()
918 LOG(ERROR) << "Sensor[" << name << "]: Failed to parse I_Cutoff"; in ParseSensorThrottlingInfo()
924 LOG(ERROR) << "I_Default and I_Default_P cannot be applied together"; in ParseSensorThrottlingInfo()
953 LOG(ERROR) << "Sensor[" << name << "]: Invalid PID parameters combinations"; in ParseSensorThrottlingInfo()
964 LOG(ERROR) << "Sensor[" << name << "]: failed to parse BindedCdevInfo"; in ParseSensorThrottlingInfo()
977 LOG(ERROR) << "Sensor[" << name << " failed to parse BindedCdevInfo profile"; in ParseSensorThrottlingInfo()
981 LOG(ERROR) << "Sensor[" << name << "]:'s profile map size should not be changed"; in ParseSensorThrottlingInfo()
988 LOG(ERROR) << "Sensor[" << name << "]:'s profile " << mode << " binded " in ParseSensorThrottlingInfo()
997 LOG(ERROR) << "Sensor[" << name << "]'s profile " << mode << " binded " in ParseSensorThrottlingInfo()
1013 LOG(ERROR) << "Sensor[" << name << "] failed to parse excluded PowerRail"; in ParseSensorThrottlingInfo()
1022 LOG(ERROR) << "Failed to parse PowerWeight"; in ParseSensorThrottlingInfo()
1070 LOG(ERROR) << "Cdev[" << name << "]'s scaling frequencies is not monotonic"; in ParseSensorInfo()
1075 LOG(ERROR) << "Cdev[" << name << "]'s scaling frequency path is invalid."; in ParseSensorInfo()
1088 LOG(ERROR) << "Failed to read Sensor[" << i << "]'s Name"; in ParseSensorInfo()
1095 LOG(ERROR) << "Duplicate Sensor[" << i << "]'s Name"; in ParseSensorInfo()
1105 LOG(ERROR) << "Invalid Sensor[" << name << "]'s Type: " << sensor_type_str; in ParseSensorInfo()
1150 LOG(ERROR) << "Invalid Sensor[" << name << "]'s HotThreshold count:" << values.size(); in ParseSensorInfo()
1159 LOG(ERROR) << "Invalid " in ParseSensorInfo()
1176 LOG(ERROR) << "Invalid Sensor[" << name << "]'s HotHysteresis, count:" << values.size(); in ParseSensorInfo()
1183 LOG(ERROR) << "Invalid Sensor[" << name in ParseSensorInfo()
1201 LOG(ERROR) << "Sensor[" << name << "]'s hot threshold " << j in ParseSensorInfo()
1215 LOG(ERROR) << "Invalid Sensor[" << name << "]'s ColdThreshold count:" << values.size(); in ParseSensorInfo()
1224 LOG(ERROR) << "Invalid " in ParseSensorInfo()
1241 LOG(ERROR) << "Invalid Sensor[" << name << "]'s ColdHysteresis count:" << values.size(); in ParseSensorInfo()
1248 LOG(ERROR) << "Invalid Sensor[" << name in ParseSensorInfo()
1266 LOG(ERROR) << "Sensor[" << name << "]'s cold threshold " << j in ParseSensorInfo()
1323 LOG(ERROR) << "Sensor[" << name << "]'s StepRatio should be set 0 ~ 1"; in ParseSensorInfo()
1329 LOG(ERROR) << "Sensor[" << name << "] has StepRatio but no explicit PassiveDelay"; in ParseSensorInfo()
1336 LOG(ERROR) << "is_hidden and send_cb cannot be enabled together"; in ParseSensorInfo()
1343 LOG(ERROR) << "Sensor[" << name << "]: failed to parse virtual sensor info"; in ParseSensorInfo()
1350 LOG(ERROR) << "Sensor[" << name << "]: failed to parse virtual sensor info"; in ParseSensorInfo()
1359 LOG(ERROR) << "Sensor[" << name << "]: failed to parse throttling info"; in ParseSensorInfo()
1405 LOG(ERROR) << "Failed to read CoolingDevice[" << i << "]'s Name"; in ParseCoolingDevice()
1412 LOG(ERROR) << "Duplicate CoolingDevice[" << i << "]'s Name"; in ParseCoolingDevice()
1422 LOG(ERROR) << "Invalid CoolingDevice[" << name in ParseCoolingDevice()
1443 LOG(ERROR) << "Higher power with higher state on cooling device " << name in ParseCoolingDevice()
1477 LOG(ERROR) << "Failed to read PowerRail[" << i << "]'s Name"; in ParsePowerRailInfo()
1506 LOG(ERROR) << "PowerRails[" << name << "] has no combination for VirtualRail"; in ParsePowerRailInfo()
1520 LOG(ERROR) << "PowerRails[" << name << "] has no coefficient for VirtualRail"; in ParsePowerRailInfo()
1526 LOG(ERROR) << "PowerRails[" << name in ParsePowerRailInfo()
1537 LOG(ERROR) << "PowerRails[" << name in ParsePowerRailInfo()
1552 LOG(ERROR) << "PowerRails[" << name << "]'s Formula is invalid"; in ParsePowerRailInfo()
1607 LOG(ERROR) << "Cannot enable record with default threshold when " in ParseStatsInfo()
1615 LOG(ERROR) << "Unknown name [" << name << "] not present in entity_info."; in ParseStatsInfo()
1632 LOG(ERROR) << "Unknown name [" << name << "] not present in entity_info."; in ParseStatsInfo()
1646 LOG(ERROR) << "Empty stats threshold not valid."; in ParseStatsInfo()
1651 LOG(ERROR) << "Number of stats threshold " << threshold_values_count in ParseStatsInfo()
1663 LOG(ERROR) << "Invalid array[" << i << "]" << stats_threshold[i] in ParseStatsInfo()
1703 LOG(ERROR) << "Failed to parse default temp range config."; in ParseSensorAbnormalStatsConfig()
1716 LOG(ERROR) << "Invalid config no sensor list present for outlier temp " in ParseSensorAbnormalStatsConfig()
1723 LOG(ERROR) << "Unknown sensor " << sensor; in ParseSensorAbnormalStatsConfig()
1728 LOG(ERROR) << "Duplicate Sensor Temp Range Config: " << sensor; in ParseSensorAbnormalStatsConfig()
1736 LOG(ERROR) << "Failed to parse temp range config."; in ParseSensorAbnormalStatsConfig()
1753 LOG(ERROR) << "Failed to parse default temp stuck config."; in ParseSensorAbnormalStatsConfig()
1766 LOG(ERROR) << "Invalid config no sensor list present for stuck temp " in ParseSensorAbnormalStatsConfig()
1773 LOG(ERROR) << "Unknown sensor " << sensor; in ParseSensorAbnormalStatsConfig()
1778 LOG(ERROR) << "Duplicate Sensor Temp Stuck Config: " << sensor; in ParseSensorAbnormalStatsConfig()
1786 LOG(ERROR) << "Failed to parse temp stuck config."; in ParseSensorAbnormalStatsConfig()
1821 LOG(ERROR) << "Failed to parse sensor temp stats info."; in ParseSensorStatsConfig()
1827 LOG(ERROR) << "Failed to parse sensor abnormal stats config."; in ParseSensorStatsConfig()
1850 LOG(ERROR) << "Failed to parse cooling device user vote stats info."; in ParseCoolingDeviceStatsConfig()