Android.OS.Debug.DumpService Method
Get a debugging dump of a system service by name.

Syntax

[Android.Runtime.Register("dumpService", "(Ljava/lang/String;Ljava/io/FileDescriptor;[Ljava/lang/String;)Z", "")]
public static bool DumpService (string name, Java.IO.FileDescriptor fd, string[] args)

Parameters

name
of the service to dump
fd
to write dump output to (usually an output log file)
args
to pass to the service's dump method, may be null

Returns

Documentation for this section has not yet been entered.

Remarks

Get a debugging dump of a system service by name.

Most services require the caller to hold android.permission.DUMP.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8