查看當(dāng)前界面Activity的方法:

1)運(yùn)行命令:adb shell dumpsys window | findstr "mCurrentFocus"

mCurrentFocus=Window{227cb04 u0 com.oppo.music/com.oppo.music.MainListActivity}

從結(jié)果中可知:

當(dāng)前應(yīng)用包名:com.oppo.music

當(dāng)前界面Activity:com.oppo.music.MainListActivity

2)查看應(yīng)用的PID

adb shell ps | findstr “com.oppo.music”,找到PID對(duì)應(yīng)的列

6、adb腳本錄屏方法(不一定有用,有的機(jī)器無(wú)該命令或–bugreport選項(xiàng),且需要android API21+)

測(cè)試方法:

1)adb shell screenrecord –bugreport /sdcard/test.mp4

2)使用QuickTime分析視頻即可,同方法1

備注:查看是否支持-bugreport選項(xiàng)

使用 adb shell screencap –help查看是否支持—bugreport選項(xiàng)

7、各種方法測(cè)試數(shù)據(jù)比較

1.《啟動(dòng)時(shí)間 Android App啟動(dòng)時(shí)間測(cè)試方法總結(jié)》援引自互聯(lián)網(wǎng),旨在傳遞更多網(wǎng)絡(luò)信息知識(shí),僅代表作者本人觀點(diǎn),與本網(wǎng)站無(wú)關(guān),侵刪請(qǐng)聯(lián)系頁(yè)腳下方聯(lián)系方式。

2.《啟動(dòng)時(shí)間 Android App啟動(dòng)時(shí)間測(cè)試方法總結(jié)》僅供讀者參考,本網(wǎng)站未對(duì)該內(nèi)容進(jìn)行證實(shí),對(duì)其原創(chuàng)性、真實(shí)性、完整性、及時(shí)性不作任何保證。

3.文章轉(zhuǎn)載時(shí)請(qǐng)保留本站內(nèi)容來(lái)源地址,http://f99ss.com/keji/347093.html