A Log capture tool captures all process and creates a history known as Log which is required for the developer to debug the code and find out the actual cause of crash/error.
When an app crashes, app’s process gets terminate and displays a dialog with message i.e.: “Unfortunately App has stopped”.
Log is helpful for the developer to debug and fixing the bugs.ĭuring testing/using of an Android app, App gets crashed or stopped working due to some unexpected causes. I have tried to explain, how a tester/developer can install Android App and capture Crash/Error log for app crash. This article will be helpful for Mobile Apps tester and developer to install and capture logs in Android App.