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
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard