AndroidObjectInspectors

enum AndroidObjectInspectors : Enum<AndroidObjectInspectors> , ObjectInspector

A set of default ObjectInspectors that knows about common AOSP and library classes.

These are heuristics based on our experience and knowledge of AOSP and various library internals. We only make a decision if we're reasonably sure the state of an object is unlikely to be the result of a programmer mistake.

For example, no matter how many mistakes we make in our code, the value of Activity.mDestroy will not be influenced by those mistakes.

Most developers should use the entire set of default ObjectInspector by calling appDefaults, unless there's a bug and you temporarily want to remove an inspector.

Entries

LIFECYCLE_REGISTRY
Link copied to clipboard
OBJECT_ANIMATOR
Link copied to clipboard
ANIMATOR
Link copied to clipboard
COMPOSITION_IMPL
Link copied to clipboard
RECOMPOSER
Link copied to clipboard
TOAST
Link copied to clipboard
MESSAGE
Link copied to clipboard
WINDOW
Link copied to clipboard
VIEW_ROOT_IMPL
Link copied to clipboard
MAIN_THREAD
Link copied to clipboard
COORDINATOR
Link copied to clipboard
MORTAR_SCOPE
Link copied to clipboard
MORTAR_PRESENTER
Link copied to clipboard
LOADED_APK
Link copied to clipboard
MESSAGE_QUEUE
Link copied to clipboard
ANDROIDX_FRAGMENT
Link copied to clipboard
SUPPORT_FRAGMENT
Link copied to clipboard
FRAGMENT
Link copied to clipboard
INPUT_METHOD_MANAGER
Link copied to clipboard
APPLICATION
Link copied to clipboard
DIALOG
Link copied to clipboard
CONTEXT_IMPL
Link copied to clipboard
APPLICATION_PACKAGE_MANAGER
Link copied to clipboard
CONTEXT_WRAPPER
Link copied to clipboard
CONTEXT_FIELD
Link copied to clipboard
SERVICE
Link copied to clipboard
ACTIVITY
Link copied to clipboard
EDITOR
Link copied to clipboard
VIEW
Link copied to clipboard

Types

Companion
Link copied to clipboard
object Companion

Functions

inspect
Link copied to clipboard
abstract fun inspect(reporter: ObjectReporter)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int