-
- All Implemented Interfaces:
-
leakcanary.EventListener
public class LogcatEventListener implements EventListener
-
-
Field Summary
Fields Modifier and Type Field Description public final static LogcatEventListenerINSTANCE
-
Method Summary
Modifier and Type Method Description UnitonEvent(EventListener.Event event)onEvent is always called from the thread the events are emitted from, which is documented for each event. -
-
Method Detail
-
onEvent
Unit onEvent(EventListener.Event event)
onEvent is always called from the thread the events are emitted from, which is documented for each event. This enables you to potentially block a chain of events, waiting for some pre work to be done.
-
-
-
-