java.lang.Object |
↳ |
com.facebook.imagepipeline.systrace.FrescoSystrace |
Class Overview
This is intended as a hook into android.os.Trace
, but allows you to provide your own
functionality. Use it as
FrescoSystrace.beginSection("tag"); ... FrescoSystrace.endSection();
As a default, it
simply calls android.os.Trace
(see DefaultFrescoSystrace
). You may supply your
own with provide(Systrace)
.
Summary
[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()
|
|
Fields
Convenience implementation of ArgsBuilder to use when we aren't tracing.
Public Methods
public
static
void
beginSection
(String name)
public
static
void
endSection
()
public
static
boolean
isTracing
()