工作中常用adb脚本

370 阅读1分钟
adb shell dumpsys meminfo com.tencent.moss
adb shell am start com.tencent.moss/.MainActivity
adb install -t -r  /Users/zohnliu/moss/mossprj/moss_refactor/WeCarMasSdkApp/build/outputs/apk/release/WeCarMasSdkApp-release.apk
adb shell ps -ef | grep com.tencent.moss
adb shell cat /proc/21433/smaps > 111.txt
adb uninstall com.tencent.moss后退: adb -s 1ac9b285  shell input keyevent 4
桌面: adb -s 1ac9b285  shell input keyevent 3
adb  -s 1ac9b285  shell am start -n com.android.settings/com.android.settings.Settings
adb shell am force-stop com.tencent.moss