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

Commit 5554b708 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Make component names visible in javadoc.

Change-Id: I3770ea6616b8425c387bcd27d668e3114b14335d
parent d3ce6f50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4644,7 +4644,7 @@ public class Activity extends ContextThemeWrapper

    /**
     * Print the Activity's state into the given stream.  This gets invoked if
     * you run "adb shell dumpsys activity <activity_component_name>".
     * you run "adb shell dumpsys activity &lt;activity_component_name&gt;".
     *
     * @param prefix Desired prefix to prepend at each line of output.
     * @param fd The raw file descriptor that the dump is being sent to.
+2 −2
Original line number Diff line number Diff line
@@ -666,8 +666,8 @@ 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>".
     * This is distinct from "dumpsys <servicename>", which only works for
     * you run "adb shell dumpsys activity service &lt;yourservicename&gt;".
     * This is distinct from "dumpsys &lt;servicename&gt;", which only works for
     * named system services and which invokes the {@link IBinder#dump} method
     * on the {@link IBinder} interface registered with ServiceManager.
     *
+1 −1
Original line number Diff line number Diff line
@@ -1127,7 +1127,7 @@ public abstract class ContentProvider implements ComponentCallbacks2 {

    /**
     * Print the Provider's state into the given stream.  This gets invoked if
     * you run "adb shell dumpsys activity provider <provider_component_name>".
     * you run "adb shell dumpsys activity provider &lt;provider_component_name&gt;".
     *
     * @param prefix Desired prefix to prepend at each line of output.
     * @param fd The raw file descriptor that the dump is being sent to.