Hi at all,

I want see the state of my activity (Pause Stop Resume etc etc)
without override each methods like this:

onPause(){
super();
Log.d(TAG, "this activity"+name+"will come in Pause state");
}

There is a way to see that using an Android tools ?DDMS allow to see
this, I think not but I ask for be sure.

Thanks a lot.


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to