//leakcanary-repo/shark/SharkCliCommand/CommandParams
CommandParams¶
[jvm]\ class CommandParams(val source: SharkCliCommand.HeapDumpSource, val obfuscationMappingPath: File?)
Constructors¶
| CommandParams | [jvm] constructor(source: SharkCliCommand.HeapDumpSource, obfuscationMappingPath: File?) |
Properties¶
| Name | Summary |
|---|---|
| obfuscationMappingPath | [jvm] val obfuscationMappingPath: File? |
| source | [jvm] val source: SharkCliCommand.HeapDumpSource |