課程
/移動(dòng)開(kāi)發(fā)
/Android
/App壓力測(cè)試入門(mén)
圖如下所示:
2018-07-04
源自:App壓力測(cè)試入門(mén) 4-1
正在回答
打開(kāi)需要獲取的APP,運(yùn)行一下命令即可
adb shell dumpsys window | findstr mCurrentFocus
不用一直找想要的包
我用的是adb shell “l(fā)ogcat | grep START”執(zhí)行了之后是可以獲取到cmp信息的。
好奇怪啊
我也是??
同樣遇到這個(gè)問(wèn)題,你解決了嗎
舉報(bào)
結(jié)合6個(gè)壓力測(cè)試小案例,教你對(duì)Android App進(jìn)行壓力測(cè)試
3 回答第五步 Windows cmd 窗口 輸入 adb logcat | findstr START 后, 看不到包名啊?
3 回答第五步 Windows cmd 窗口 輸入 adb logcat | findstr START 后 提示說(shuō)“不是內(nèi)部或外部命令”
3 回答win10輸入adb logcat | grep START后
1 回答adb logcat | findstr START里的START是什么意思?
2 回答adb logcat | grep START
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2019-06-06
打開(kāi)需要獲取的APP,運(yùn)行一下命令即可
adb shell dumpsys window | findstr mCurrentFocus
不用一直找想要的包
2019-03-27
我用的是adb shell “l(fā)ogcat | grep START”執(zhí)行了之后是可以獲取到cmp信息的。
2019-01-25
好奇怪啊
2019-01-25
我也是??
2018-07-07
同樣遇到這個(gè)問(wèn)題,你解決了嗎