onDump

open fun onDump(prefix: String, fd: FileDescriptor?, writer: PrintWriter, args: Array<String>?)(source)

Print internal state into the given stream.

Parameters

prefix

Desired prefix to prepend at each line of output.

fd

The raw file descriptor that the dump is being sent to.

writer

The PrintWriter to which you should dump your state. This will be closed for you after you return.

args

additional arguments to the dump request.