{% setvar book_path %}/reference/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ViewDebug

public class ViewDebug


Various debugging/tracing tools related to View and the view hierarchy.

Summary

Nested types

@Target(value = [ElementType.FIELD, ElementType.METHOD])
@Retention(value = RetentionPolicy.RUNTIME)
public annotation ViewDebug.CapturedViewProperty

This annotation can be used to mark fields and methods to be dumped when the view is captured.

@Target(value = [ElementType.FIELD, ElementType.METHOD])
@Retention(value = RetentionPolicy.RUNTIME)
public annotation ViewDebug.ExportedProperty

This annotation can be used to mark fields and methods to be dumped by the view server.

@Target(value = [ElementType.TYPE])
@Retention(value = RetentionPolicy.RUNTIME)
public annotation ViewDebug.FlagToString

Defines a mapping from a flag to a String.

This enum is deprecated.

This enum is now unused

@Target(value = [ElementType.TYPE])
@Retention(value = RetentionPolicy.RUNTIME)
public annotation ViewDebug.IntToString

Defines a mapping from an int value to a String.

This enum is deprecated.

This enum is now unused

Constants

static final boolean

This field is deprecated.

This flag is now unused

static final boolean

This field is deprecated.

This flag is now unused

Public constructors

Constants

TRACE_HIERARCHY

public static final boolean TRACE_HIERARCHY = false

TRACE_RECYCLER

public static final boolean TRACE_RECYCLER = false

Public constructors

ViewDebug

public ViewDebug()