I know that I can use adb to dump logcat to a file, but I am having issues configuring the drivers for my device (Moverio BT-200). Therefore, adb can't find the device, and then it can't retrieve the logcat.
My application is crashing at start, so I cannot retrieve the logcat programmatically. I tested my app on some other devices (with Android 5.1 and 4.4.2), and it's working fine, so I think it's a problem with the old Android version (4.0.3); yet Android Studio is not giving me any warning about the API version.
Is there some other way to dump the logcat output?