Created
July 12, 2016 10:39
-
-
Save wutianlong/978588982c98a422fa2daa53d4a32f10 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
for i in {1..300}; | |
do | |
adb shell input tap 800 800 | |
sleep 10 | |
adb shell input keyevent 4 | |
adb shell input keyevent 4 | |
echo "================" | |
#adb shell dumpsys meminfo com.sohuvideo.sdk_open |grep TOTAL | |
#echo "----------------" | |
adb shell dumpsys meminfo com.sohuvideo.sdk_open:qianfanshow |grep TOTAL | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment