shithub: openh264

Download patch

ref: f4054f263315b2911c84f7b835af4f780761496e
parent: fc9203cb509178415a52cbee3dedf28460af95c3
author: lingzhu <[email protected]>
date: Mon Aug 18 05:45:21 EDT 2014

Update run_AutoTest_android.sh

at now, need not such log file

--- a/autotest/performanceTest/android/run_AutoTest_android.sh
+++ b/autotest/performanceTest/android/run_AutoTest_android.sh
@@ -95,7 +95,7 @@
     $ADB -s $dev uninstall ${apk_id}
     $ADB -s $dev install -r ${apk}
     #TODO: output more info about android device such as name,cpu,memory,and also power comsumption.
-    echo `$ADB -s $dev shell cat /system/build.prop |grep ro.product.model | awk -F"=" '{print $2}'`>${dev_info_file}
+    #echo `$ADB -s $dev shell cat /system/build.prop |grep ro.product.model | awk -F"=" '{print $2}'`>${dev_info_file}
     #push resources
     #For limited devices space
     if [ ${space} = "limit" ]