The output of "dumpsys" is all of the services; when you supply an argument, that is telling it to dump a single service. So just run it without arguments, and you will be getting a list of all of the things you can dump.
On Sat, Nov 21, 2009 at 1:08 PM, jotobjects <[email protected]> wrote: > Does anyone know where the various arguments to "shell dumpsys" are > listed? > > Four variations I have found are: > > dumpsys > dumpsys activity > dumpsys activity service > dumpsys activity.services > > The last two are similar but not identical. I suppose there are other > valid arguments > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

