ViewGroup.Debug(Int32) Method

Definition

Prints information about this view in the log output, with the tag ViewLogTag.

[Android.Runtime.Register("debug", "(I)V", "GetDebug_IHandler")]
protected virtual void Debug (int depth);
[<Android.Runtime.Register("debug", "(I)V", "GetDebug_IHandler")>]
abstract member Debug : int -> unit
override this.Debug : int -> unit

Parameters

depth
Int32

the indentation level

Attributes

Remarks

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