Android.Widget.TextView.Debug Method
Prints information about this view in the log output, with the tag Android.Views.View.ViewLogTag.

Syntax

[Android.Runtime.Register("debug", "(I)V", "GetDebug_IHandler")]
public virtual void Debug (int depth)

Parameters

depth
the indentation level

Remarks

Prints information about this view in the log output, with the tag Android.Views.View.ViewLogTag. Each line in the output is preceded with an indentation defined by the depth.

[Android Documentation]

Requirements

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