Package 

Class EventListener.Event

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class EventListener.Event
     implements Serializable
                        

    Note: Event is Serializable for convenience but we currently make no guarantee that the Serialization is backward / forward compatible across LeakCanary versions, so plan accordingly. This is convenient for passing events around processes, and shouldn't be used to store them.

    • Method Detail

      • getUniqueId

         final String getUniqueId()

        Unique identifier for a related chain of event. The identifier for the events that run before HeapDump gets reset right before HeapDump is sent.