Posted on

How to Debug Android Apps if Crashing using Android Studio Logcat

In this tutorial, I will show you how to debug your android apps if crashing after they have been deployed to a device. We will do this using the Android studio logcat. The android studio logcat is like a console window for your running device. after plugin in your phone, the logcat will begin printing messages from your device. If your app is crashing at some point you should be able to see fatal error messages in the logcat. Once you get an error you should be able to search the internet for solutions.