Note: The closest other question I've found is here. The reason I'm asking something similar is because six years have passed since that question was asked, and Android has advanced quite a bit in that time.
I'm writing an Android app that interfaces with a USB device, and I need to see debugger information when the two interact. I can connect my physical Android phone to my development machine via USB to view debugging info in logcat, or I can connect the phone to the USB device, but obviously not both at the same time.
I'm open to other solutions, but is there currently a way to make an Android Virtual Device recognize a physical USB device?
Developing on Windows 10 64-bit with Android Studio 2.3.3. The development machine does not have Wi-Fi capabilities, as per company policy. If there are answers for other operating systems, or involving wireless connectivity please share them anyway, as they may help others in the future.