Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f0ed0ee authored by kmccormick's avatar kmccormick Committed by Android Git Automerger
Browse files

am 58db9597: am e4ca0650: am 31ed1722: Merge "Doc update: clarify dumpsys...

am 58db9597: am e4ca0650: am 31ed1722: Merge "Doc update: clarify dumpsys instructions" into jb-mr1.1-docs

* commit '58db9597':
  Doc update: clarify dumpsys instructions
parents 90fa2ae2 58db9597
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -666,7 +666,9 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
    
    /**
     * Print the Service's state into the given stream.  This gets invoked if
     * you run "adb shell dumpsys activity service <yourservicename>".
     * you run "adb shell dumpsys activity service <yourservicename>"
     * (note that for this command to work, the service must be running, and
     * you must specify a fully-qualified service name).
     * This is distinct from "dumpsys <servicename>", which only works for
     * named system services and which invokes the {@link IBinder#dump} method
     * on the {@link IBinder} interface registered with ServiceManager.