Android Reference Readers
Entries
Link copied to clipboard
ActivityThread.mNewActivity is a linked list of ActivityClientRecord that keeps track of activities after they were resumed, until the main thread is idle. This is used to report analytics to system_server about how long it took for the main thread to settle after resuming an activity. Unfortunately, if the main thread never becomes idle, all these new activities leak in memory.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
abstract fun create(graph: HeapGraph): ChainingInstanceReferenceReader.VirtualInstanceReferenceReader?
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.