0
3
38
336
526
255
#!/bin/bash packageName=$1 if [ -z $packageName ];then echo please input the packageName packageName=com.android.settings else echo input ok fi pid= adb shell ps | grep $packageName | awk '{print $2...