3.学会使用一些管理命令 ps/top/lsof/netstat/kill/tcpdump/iptables/dd 端口查看 ps -- process status ps aux 观察程序所有程序资料 ps l 显示程序 uid pid ppid 等内容 ps AI 显示所有程序 的uid pid ppid top -- display and update sorted information about processes 不用多说,这个命令观察系统信息进程 top -b -n 2 >
一.查看帮助命令,参数 --help D:\>adb shell screenrecord --help Usage: screenrecord [options] <filename> Android screenrecord v1.2. Records the device's display to a .mp4 file. Options: --size WIDTHxHEIGHT Set the video size, e.g. "1280x720".