Merge "DO NOT MERGE: Make component names visible in javadoc." into ics-mr1
This commit is contained in:
@@ -4277,7 +4277,7 @@ public class Activity extends ContextThemeWrapper
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Print the Activity's state into the given stream. This gets invoked if
|
* 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 <activity_component_name>".
|
||||||
*
|
*
|
||||||
* @param prefix Desired prefix to prepend at each line of output.
|
* @param prefix Desired prefix to prepend at each line of output.
|
||||||
* @param fd The raw file descriptor that the dump is being sent to.
|
* @param fd The raw file descriptor that the dump is being sent to.
|
||||||
|
|||||||
@@ -654,8 +654,8 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Print the Service's state into the given stream. This gets invoked if
|
* 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>".
|
||||||
* This is distinct from "dumpsys <servicename>", which only works for
|
* This is distinct from "dumpsys <servicename>", which only works for
|
||||||
* named system services and which invokes the {@link IBinder#dump} method
|
* named system services and which invokes the {@link IBinder#dump} method
|
||||||
* on the {@link IBinder} interface registered with ServiceManager.
|
* on the {@link IBinder} interface registered with ServiceManager.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user