Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/leakcanary/EventListener/Event/HeapAnalysisProgress

HeapAnalysisProgress

[androidJvm]\ class HeapAnalysisProgress(val uniqueId: String, val step: OnAnalysisProgressListener.Step, val progressPercent: Double) : EventListener.Event

progressPercent is a value between 0..1

Sent from the thread performing the analysis.

Constructors

HeapAnalysisProgress [androidJvm]
constructor(uniqueId: String, step: OnAnalysisProgressListener.Step, progressPercent: Double)

Properties

Name Summary
progressPercent [androidJvm]
val progressPercent: Double
step [androidJvm]
val step: OnAnalysisProgressListener.Step
uniqueId [androidJvm]
val uniqueId: String
Unique identifier for a related chain of event. The identifier for the events that run before HeapDump gets reset right before HeapDump is sent.