1 Star 0 Fork 0

国际锐/Rebirth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
kill_app.sh 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
SN=$1
PACKAGE_NAME='com.shark.rebirth'
for i in {1..100}
do
echo "kill process $i times"
echo $(adb -s $SN shell ps | grep "$PACKAGE_NAME")
adb -s $SN shell am force-stop $PACKAGE_NAME
sleep 1
done
sleep 1
echo $(adb -s $SN shell ps | grep "$PACKAGE_NAME")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/sharpinc/Rebirth.git
git@gitee.com:sharpinc/Rebirth.git
sharpinc
Rebirth
Rebirth
master

搜索帮助