adb相关操作命令
adb devices 查找连接设备
adb tcpip 5555 建立连接
adb kill-server 杀死服务
adb disconnect ip:5555 断开连接
allure报告可能会用到以下adb命令
cmd2 = "adb -s " + device + " shell wm size " cmd4 = "adb -s "+device + ' shell getprop ro.product.brand ' cmd5 = "adb -s "+device + ' shell getprop ro.product.name ' cmd7 = "adb -s "+device + ' shell getprop ro.build.version.release '