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

Syntax

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

Parameters

depth
the indentation level

Remarks

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

[Android Documentation]

Requirements

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