summaryrefslogtreecommitdiffstats
path: root/otautil/ThermalUtil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* otautil: Export headers.Tao Bao2017-10-031-2/+2
| | | | | Test: mmma bootable/recovery Change-Id: Ic01b68e2a394d578fc9fc09da2dabe9061b98122
* Log temperature during OTA updateTianjie Xu2017-03-281-0/+80
Log the maximum temperature as well as the start/end temperature of an update to last_install. Check the temperature at the end of each block_image_update(verify). To get the maximum temp, we iterate through /sys/class/thermal/thermal_zone*/temp and find the maximum value present. Bug: 32518487 Test: temperature logs in last_install Change-Id: Iaf22a9fbc5b18611bbc5320ffea995417872e514