Android Object Inspectors
enum AndroidObjectInspectors : Enum<AndroidObjectInspectors> , ObjectInspector
Content copied to clipboard
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
Content copied to clipboard
OBJECT_ANIMATOR
Link copied to clipboard
Content copied to clipboard
COMPOSITION_IMPL
Link copied to clipboard
Content copied to clipboard
RECOMPOSER
Link copied to clipboard
Content copied to clipboard
VIEW_ROOT_IMPL
Link copied to clipboard
Content copied to clipboard
MAIN_THREAD
Link copied to clipboard
Content copied to clipboard
COORDINATOR
Link copied to clipboard
Content copied to clipboard
MORTAR_SCOPE
Link copied to clipboard
Content copied to clipboard
MORTAR_PRESENTER
Link copied to clipboard
Content copied to clipboard
LOADED_APK
Link copied to clipboard
Content copied to clipboard
MESSAGE_QUEUE
Link copied to clipboard
Content copied to clipboard
ANDROIDX_FRAGMENT
Link copied to clipboard
Content copied to clipboard
SUPPORT_FRAGMENT
Link copied to clipboard
Content copied to clipboard
INPUT_METHOD_MANAGER
Link copied to clipboard
Content copied to clipboard
APPLICATION
Link copied to clipboard
Content copied to clipboard
CONTEXT_IMPL
Link copied to clipboard
Content copied to clipboard
APPLICATION_PACKAGE_MANAGER
Link copied to clipboard
Content copied to clipboard
CONTEXT_WRAPPER
Link copied to clipboard
Content copied to clipboard
CONTEXT_FIELD
Link copied to clipboard
Content copied to clipboard