aukle

#!/sbin/sh
chmod +x /system/bin/input
i=0
while [ "$i" != "10" ]
do
#am instrument -e class android.animation.cts.ValueAnimatorTest#testCurrentPlayTime -w -r com.android.cts.animation/android.test.InstrumentationTestRunner
am instrument -w -r com.android.cts.animation/android.test.InstrumentationTestRunner
#am instrument -e class android.app.cts.ActivityManagerMemoryClassTest#testGetMemoryClass -w -r com.android.cts.app/android.test.InstrumentationCtsTestRunner
echo "testCurrentPlayTime"
i=$(($i+1))
sleep 2

done



 

分类:

技术点:

相关文章:

  • 2021-08-30
  • 2021-12-03
  • 2021-11-09
  • 2021-10-08
  • 2021-10-14
  • 2021-08-06
  • 2021-11-20
  • 2021-11-14
猜你喜欢
  • 2021-09-28
  • 2021-12-01
  • 2021-11-23
  • 2021-11-20
  • 2021-08-21
  • 2021-12-18
  • 2021-10-19
相关资源
相似解决方案