最新回答 / qq_或許該懂了_0
加多個(gè)參數(shù)就行了,例如adb shell monkey -v -p com.android.calculator2 -s 100 --pct-touch 100 100
2018-02-23
最贊回答 / 慕仰6019129
adb shell "logcat | grep START" 或者adb shell "logcat | findstr START" 均可以
2017-11-13