I'm setting and reading different values of the temperature threshold. I set it by echoing the value to the following file:
/sys/devices/virtual/thermal/thermal_zoneN/trip_point_X_temp
It works fine but how do I verify the behavior through logs? Is there any specific log in the output of dmesg
that could be useful or states the threshold has been modified? I'm trying to read through demsg output but I don't think I was able to find something relevant, though given the amount of the output, I might have missed something (is there any specific log that I should be looking for instead?)
Other things I tried:
Ran
thermal-engine
inadb shell
, I getread sensor info form file failed
Ran
udevadm monitor
but I don't see any events
Using this as a reference