Skip to content

Instantly share code, notes, and snippets.

@wutianlong
Created July 12, 2016 10:39
Show Gist options
  • Save wutianlong/978588982c98a422fa2daa53d4a32f10 to your computer and use it in GitHub Desktop.
Save wutianlong/978588982c98a422fa2daa53d4a32f10 to your computer and use it in GitHub Desktop.
#/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