I'm developing an Android application to manage GPU temperature. In the same way I read CPU temperatura (/sys/devices/virtual/thermal/thermal_zone0/temp) I was searching something to get the temperature for GPU in Android but coouldn't find anything.
My question is: It is possible get temperature from GPU in Android?
If it is possible, where can I find the file which have this information?
Thanks.