Get information from the android gpu, freq / model / version opengl etc / the governor or similar

0

I wanted to know if I could get that information from the terminal, especially the frequency

look for information and what is closest is this dumpsys command | grep GLES

but I need information like the frequency etc, I found this page of mali, but the route does not match with my device link

Well, I have a mali t720, but I do not have enough information thanks

    
asked by Chido Man 19.08.2018 в 23:30
source

1 answer

0

You can go to Menu - > developer options (devs tools) - > emulator terminal (terminal emulator) and put the following commands

cat /proc/cpuinfo
cat /proc/meminfo
free
cat /proc/version

Additionally, you can access the app that you left at THIS link that you also get shows a lot of information about the device.

    
answered by 20.08.2018 в 00:12