課程
/移動(dòng)開發(fā)
/Android
/App壓力測(cè)試入門
請(qǐng)問如何獲取activity
2017-07-23
源自:App壓力測(cè)試入門 4-14
正在回答
命令:adb shell dumpsys activity | findstr -i 或 adb shell dumpsys activity | findstr "mFoc"
1.執(zhí)行> adb logcat>D:/log.txt
2.打開APP, 胡亂的對(duì)APP做一些操作。
4.?Ctrl+c?結(jié)束adb命令。
5.打開log.txt文件,搜索:Displayed?
舉報(bào)
結(jié)合6個(gè)壓力測(cè)試小案例,教你對(duì)Android App進(jìn)行壓力測(cè)試
1 回答如何獲取app的activity昵?
2 回答Windows 上如何獲取APP包名
1 回答在Windows下,如何獲取APP包名
3 回答activity
1 回答隨機(jī)的值要如何去取值呢?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-08-26
命令:adb shell dumpsys activity | findstr -i 或 adb shell dumpsys activity | findstr "mFoc"
2018-01-24
1.執(zhí)行> adb logcat>D:/log.txt
2.打開APP, 胡亂的對(duì)APP做一些操作。
4.?Ctrl+c?結(jié)束adb命令。
5.打開log.txt文件,搜索:Displayed?