随笔分类 -  adb

adb使用
摘要:1.重启命令 CMD下: adb shell reboot 或者 adb shell 进入手机 然后 reboot 2.重启命令 CMD下: adb shell reboot -p 或者 adb shell 进入手机 然后 reboot -p 3.查看某个应用的内存使用情况 adb shell du 阅读全文
posted @ 2023-01-09 13:44 543680484 阅读(364) 评论(0) 推荐(0)