how to read result data on Android?

Asked by maceo

Hi there...
I ran the glmark2(Glmark2Activity-xxx.apk) on the Android tablet, it is executable on the device.
my question is, after it benchmark till the ended, how do I read those benchmark result data from the device?
is there any output file record about this?

Thanks...: )

Question information

Language:
English Edit question
Status:
Solved
For:
glmark2 Edit question
Assignee:
No assignee Edit question
Solved by:
Alexandros Frantzis
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexandros Frantzis (afrantzis) said :
#1

Result data are logged with the android logging system. You can use the logcat tool (eg "adb logcat") to access them.

Revision history for this message
maceo (maceo1975) said :
#2

hi Alex
thanks for the clue ^______^"
now I can got the glmark2 dump messages filtered by

#adb logcat glmark2:I *:S

(Oops, It told me that the last test item fail with errors, need to figure it out then. )

Revision history for this message
maceo (maceo1975) said :
#3

Thanks Alexandros Frantzis, that solved my question.

Revision history for this message
Alvaro Moran (dirac3000) said :
#4

adb logcat is a good way to do it, but it would be great to be able to get the output in some other way, i.e. showing it on the phone screen... is there any patch planned about that?

Revision history for this message
Jesse Barker (jesse-barker) said :
#5

The detailed output (e.g., the shader sources if running in debug mode) will still only go to the log, but you can enable "show-fps" and the frame rate will appear onscreen.

Revision history for this message
Alexandros Frantzis (afrantzis) said :
#6

We have plans to make the log available from the UI, as part of our Android GUI improvement effort. Stay tuned for 2012.08.