課程
/移動(dòng)開發(fā)
/Android
/App壓力測(cè)試入門
使用mac終端,獲取app包名 使用命令行: adb logcat | grep START ? 無法獲取包名
2019-03-11
源自:App壓力測(cè)試入門 4-1
正在回答
問題:Unable to start service Intent
解決方案:adb shell logcat | grep cmp=
然后打開想要獲取的APP,終端會(huì)顯示當(dāng)前打開的APP包名和Activity名稱
weixin_慕移動(dòng)8032667 提問者
舉報(bào)
結(jié)合6個(gè)壓力測(cè)試小案例,教你對(duì)Android App進(jìn)行壓力測(cè)試
4 回答adb 后無法獲取到 包名
2 回答Windows 上如何獲取APP包名
1 回答在Windows下,如何獲取APP包名
1 回答Mac上獲取APP包
2 回答連接真機(jī)無法獲取指標(biāo)定位
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2019-03-13
問題:Unable to start service Intent
解決方案:adb shell logcat | grep cmp=
然后打開想要獲取的APP,終端會(huì)顯示當(dāng)前打開的APP包名和Activity名稱