Hmm it's okay, but there isn't a way to show the activity stack of my application?
On 23 Nov, 07:33, Kumar Bibek <[email protected]> wrote: > YEs, Switch to the Logcat window, and you will see it, else type "adb > logcat" in the commant prompt, and it will show you the logs. > > On Nov 22, 2:00 pm,pedr0<[email protected]> wrote: > > > > > > > > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

