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