Android adb shell查看手机user,user_root,user_debug版本
Android adb shell查看手机user,user_root,user_debug版本
1、首先,
adb shell
2、进入后,运行:
getprop | grep ro.system.build.type
即会输出当前手机类型user,user_debug等。
另外,也可以运行:
getprop | grep persist.user.root.support
1代表是user_root版本,否则是user版本。
Android adb shell ps进程查找以及kill-CSDN博客文章浏览阅读332次,点赞3次,收藏6次。Android adb shell dump当前手机设备的所有activity_dump当前activity_zhangphil的博客-CSDN博客。Android adb shell dump当前手机设备的所有activity_dump当前activity_zhangphil的博客-CSDN博客。adb shell top -m 10 -s 1 -d 1 -o %CPU,%MEM,TIME+,PID,COMMAND,CMDLINE_adb shell top -m 10 -s cpu-CSDN博客。https://blog.csdn.net/zhangphil/article/details/140708927