每隔一段时间执行命令bat脚本
时间:2015-12-30 15:24:57
收藏:0
阅读:650
@echo start :start adb shell dumpsys meminfo com.xxx.gallery ping 127.1 -n 2 >null goto start
ping命令-n表示间隔时间,秒为单位,-w表示执行次数
原文:http://www.cnblogs.com/fordreamxin/p/5088925.html
评论(0)