Application gets closed when I am debugging the app in Android Studio.
Actually, I am facing an issue when I am doing debug to my android app in Android Studio. Application is getting close at some of the breakpoint execution. These app close breakpoints are not same every time. App debug mode is not happening more than 2 minutes, after a time period ADB debug connection finish.
I don't know this is due to the ADB connection timeout problem or something else?
I found this link Increase Android Emulator Timeout time for the Eclipse but nothing for Android Studio.
Any suggestion will be appreciated.