Resources.Theme.Dump(LogPriority, String, String) Method

Definition

Print contents of this theme out to the log.

[Android.Runtime.Register("dump", "(ILjava/lang/String;Ljava/lang/String;)V", "")]
public void Dump (Android.Util.LogPriority priority, string? tag, string? prefix);
[<Android.Runtime.Register("dump", "(ILjava/lang/String;Ljava/lang/String;)V", "")>]
member this.Dump : Android.Util.LogPriority * string * string -> unit

Parameters

priority
LogPriority

The log priority to use.

tag
String

The log tag to use.

prefix
String

Text to prefix each line printed.

Attributes

Remarks

Print contents of this theme out to the log. For debugging only.

Java documentation for android.content.res.Resources.Theme.dump(int, java.lang.String, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to