Skip to content
🤔 Documentation issue? Report it

//leakcanary/shark/InteractiveCommand/COMMAND

COMMAND

enum COMMAND : Enum<InteractiveCommand.COMMAND>

Entries

EXIT EXIT("exit", "Exit this interactive prompt.")
HELP HELP("help", "Show this message.")
DETAILED_PATH_TO_INSTANCE DETAILED_PATH_TO_INSTANCE("~>instance", "CLASS_NAME@ID", "Show path from GC Roots to instance, highlighting suspect references.")
PATH_TO_INSTANCE PATH_TO_INSTANCE("->instance", "CLASS_NAME@ID", "Show path from GC Roots to instance.")
ARRAY ARRAY("array", "CLASS_NAME@ID", "Show array instance with a matching CLASS_NAME and Object ID.")
INSTANCE INSTANCE("instance", "CLASS_NAME@ID", "Show instance with a matching CLASS_NAME and Object ID.")
CLASS CLASS("class", "NAME@ID", "Show class with a matching NAME and Object ID.")
ANALYZE ANALYZE("analyze", "Analyze the heap dump.")

Types

Name Summary
Companion object Companion

Functions

Name Summary
toString open override fun toString(): String

Properties

Name Summary
commandName val commandName: String
help val help: String
name val name: String
ordinal val ordinal: Int
pattern val pattern: String
patternHelp val patternHelp: String
suffix val suffix: String