課程
/移動開發(fā)
/Android
/App壓力測試入門
adb? 后無法獲取到 包名,cmd? ?輸入adb logcat | grep START? ? 提示
2019-11-22
源自:App壓力測試入門 4-1
正在回答
你需要進(jìn)去shell環(huán)境 ,因?yàn)間rep是linux里面的命令。windows無法使用,你可以先輸入adb shell。然后再logcat |grep START
adb logcat | findstr START
使用adb shell "logcat |grep START"
先使用adb shell命令進(jìn)入到手機(jī)里,再輸入logcat | grep START命令
舉報(bào)
結(jié)合6個壓力測試小案例,教你對Android App進(jìn)行壓力測試
1 回答無法獲取包名
4 回答uiautomatorviewer 無法連接adb
2 回答Windows 上如何獲取APP包名
3 回答第五步 Windows cmd 窗口 輸入 adb logcat | findstr START 后, 看不到包名?。?/p>
1 回答在Windows下,如何獲取APP包名
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2022-04-21
你需要進(jìn)去shell環(huán)境 ,因?yàn)間rep是linux里面的命令。windows無法使用,你可以先輸入adb shell。然后再logcat |grep START
2021-06-07
adb logcat | findstr START
2020-02-23
使用adb shell "logcat |grep START"
2020-01-10
先使用adb shell命令進(jìn)入到手機(jī)里,再輸入logcat | grep START命令