docs/javadoc/reference/com/facebook/drawee/components/DraweeEventTracker.html
|
|
Summary: Nested Classes | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.drawee.components.DraweeEventTracker |
This class keeps a record of internal events that take place in the Drawee.
Having a record of a last few events is useful for debugging purposes. If you want to disable it, call DraweeEventTracker.disable() before Fresco.initialize().
| Nested Classes |
|---|
| enum |
| Public Methods |
|---|
| static void |
| Disable DraweeEventTracker. |
| static DraweeEventTracker |
| void |
| String |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Disable DraweeEventTracker. Need to call before initialize Fresco.
+Generated by Doclava. +