Is there a way to vizualise the activity stack, at some moment during debug, or normal run ?
There is no direct way i think, but a way is to put logs in all call backs lik on create/pause/resume/destroy/etc and see the calls(Ex:Log.d()).