課程
/移動開發
/Android
/App壓力測試入門
adb? 后無法獲取到 包名,cmd? ?輸入adb logcat | grep START? ? 提示
2019-11-22
源自:App壓力測試入門 4-1
正在回答
你需要進去shell環境 ,因為grep是linux里面的命令。windows無法使用,你可以先輸入adb shell。然后再logcat |grep START
adb logcat | findstr START
使用adb shell "logcat |grep START"
先使用adb shell命令進入到手機里,再輸入logcat | grep START命令
舉報
結合6個壓力測試小案例,教你對Android App進行壓力測試
1 回答無法獲取包名
2 回答Windows 上如何獲取APP包名
4 回答uiautomatorviewer 無法連接adb
3 回答第五步 Windows cmd 窗口 輸入 adb logcat | findstr START 后, 看不到包名?。?/p>
1 回答在Windows下,如何獲取APP包名
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2022-04-21
你需要進去shell環境 ,因為grep是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命令進入到手機里,再輸入logcat | grep START命令