08 2016 档案

摘要://获取帧率 public static String getgfx(String packagename) throws IOException { Process process=Runtime.getRuntime().exec("adb shell dumpsys gfxinfo "+packagename); BufferedRe... 阅读全文
posted @ 2016-08-29 15:05 红红的测试之路 阅读(395) 评论(0) 推荐(0)
摘要:@echo off :coutinue adb wait-for-devices echo "devices is connected,start install..." adb devices |findstr /v List>E:\device.txt FOR /F "tokens=1 delims= " %%i in (E:\device.txt) do adb -s %%i in... 阅读全文
posted @ 2016-08-11 16:24 红红的测试之路 阅读(329) 评论(0) 推荐(0)