my phone is already rooted, and to make sure I have also tried in emulator.
The thing is I can see the onPause
, onResume
callback but I cannot see the onStop
callbacks. Are there anything to enable or disable in logcat
for it? I am exactly recreating the lifecycles so that onStop
callbacks should be called.
Thank you.