Is it possible to show the adb logcat for a tcpip device in Android Studio? I am writing a application that utilizes the USB port and I cannot use
adb logcat
tcpip
It's simple, open Terminal inside Android Studio and then type
adb connect "your IP address"
That's all. Remember that to use adb wireless your device must be root