diff --git a/hidl/thermal/thermal-helper.cpp b/hidl/thermal/thermal-helper.cpp index 269b1de7..b84b1a9a 100644 --- a/hidl/thermal/thermal-helper.cpp +++ b/hidl/thermal/thermal-helper.cpp @@ -605,6 +605,7 @@ bool ThermalHelper::thermalWatcherCallbackFunc(const std::set &ueve } if (sensor_status.severity != ThrottlingSeverity::NONE) { thermal_triggered = true; + LOG(INFO) << temp.name << ": " << temp.value; } } if (!temps.empty() && cb_) {