adb -s xx shell 'xxx' adb -s 724e5658 shell logcat -b radio adb -s 724e5658 shell cat /proc/meminfo adb -s 724e5658 shell cat /proc/cpuinfo adb -s 724e5658 shell cat /system/build.prop ...
for /f "delims=" %%v in ('adb shell getprop ro.build.id') do set "ro_build_id=%%v" for /f "delims=" %%v in ('adb shell getprop ro.build.display.id') do set "ro_build ...