ViewDebug.DumpCapturedView(String, Object) Method

Definition

Dump view info for id based instrument test generation (and possibly further data analysis).

[Android.Runtime.Register("dumpCapturedView", "(Ljava/lang/String;Ljava/lang/Object;)V", "")]
public static void DumpCapturedView (string? tag, Java.Lang.Object? view);
[<Android.Runtime.Register("dumpCapturedView", "(Ljava/lang/String;Ljava/lang/Object;)V", "")>]
static member DumpCapturedView : string * Java.Lang.Object -> unit

Parameters

tag
String

for log

view
Object

for dump

Attributes

Remarks

Dump view info for id based instrument test generation (and possibly further data analysis). The results are dumped to the log.

Java documentation for android.view.ViewDebug.dumpCapturedView(java.lang.String, java.lang.Object).

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