Comment 6 for bug 784836

Revision history for this message
Jeremy Chang (jeremychang) wrote : Re: Identify what's left to do to get automatic Android validation finished

logcat is the android's tool to view system log and filter them.

I used the logcat to view the log of 0xbench and monitor a string to recognize that 0xbench finish the benchmark run.
I don't think 0xbench would print "non-printable characters". I would like to reproduce and see what that looks like.

One thing needed to check is if the sdcard partition is mounted by vold. /system/etc/vold.fstab is the key. In vold.fstab, there is the partition number defined inside. also typing mount to check if the sdcard mounted. If android system does not see sdcard mounted, 0xbench will not write the result file after the benchmark run.