Resources.Theme.Dump(LogPriority, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.