查看包名路径:adb shell pm path 包名
查看当前窗口包名activity名:adb shell dumpsys window|findstr mCurrentFocus
内存填充:adb shell dd if=/dev/zero of=目标地址/文件名称 bs=1g count=2
查看包名路径:adb shell pm path 包名
查看当前窗口包名activity名:adb shell dumpsys window|findstr mCurrentFocus
内存填充:adb shell dd if=/dev/zero of=目标地址/文件名称 bs=1g count=2