#logcat #testing #utest To capture logs from an Android device using logcat. 1. Install Android Studio 2. Launch Android Studio 3. Create an empty project 4. Activate the Developer mode in the Android device 5. Enable USB debugging in the device 6. Connect the Andoid device to the PC via USB cable (accept any permissions prompt) That's it. The logs should start showing in logcat section of the Android Studio window. You can select the logs you need and copy-paste them in a notepad to save them as text file. Download Android Studio from: https://developer.android.com/studio