Xvisio Unity Plug-in SDK Development Guide
Xvisio SDK Documentation Home Page

ADB Debug Commands


get device list

adb devices

reset usb port

adb tcpip 5555

connect the device via IP address

adb connect 192.168.0.xx

disconnect the device via IP address

adb disconnect 192.168.0.xx

clear log

adb logcat -c

save log to specify directory

adb logcat > D:\log.log

stop catching log

double press Ctrl + C

get utilization of CPU

adb shell top


Download ADB:

https://download.xvisiotech.com/unitydevtool/ADB.rar

Xvisio Unity Plug-in SDK Development Guide
Xvisio SDK Documentation Home Page