1.打開Activity
adb shell am start -n 包名/類名
2.查詢Service
adb shell dumpsys activity services 包名 | findstr "Service名稱"
3. 查看Activity棧信息
adb shell dumpsys activity | findstr "mFoc" 查看處于前臺(tái)的Activity
adb shell dumpsys activity | grep mFocusedActivity同上
adb shell dumpsys activity | findstr "包名關(guān)鍵字" | findstr "Run" 查看正在運(yùn)行并與關(guān)鍵字匹配的Activity信息
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注