Command: android heap print_instances

Usage: android heap print_instances <class>

Search for and print live instances of a specific Java class, specified by
a fully qualified class name. Out is the result of an attempt at getting
a string value for a discovered objection which would typically contain
property values for the object.

Examples:
   android heap print_instances java.net.Socket
   android heap print_instances java.io.File

