使用jdwp-shellifier来Attach app并继续运行
摘要:
将app设置为Waiting For Debugger ① 仅标记app下次启动等待debugger adb shell am set-debug-app -w com.tencent.mf.mytest1 ② 标记app每次启动等待debugger 拉起app进程 adb shell monkey 阅读全文
posted @ 2021-12-20 19:58 可可西 阅读(618) 评论(0) 推荐(0) 编辑