Is it possible to continue debugging in Eclipse after the activity is destroyed due to system restrictions, and then will be recreated again, but another device is still used on this device.
So, for example: I start debugging, do something in the application, then click the home button and onSaveInstanceState is called. If I have a button at home, I will have my application, if I click on the icon, the application will continue to work and debugging will work. But, if I log into another application after logging out, debugging will no longer work. (I do this to dry out the memory sources, so when I continue to use the activity of my application, it will be reactivated and called onRestoreInstanceState)
source share