docs/javadoc/reference/com/facebook/imagepipeline/systrace/FrescoSystrace.ArgsBuilder.html
|
|
public static interface
| com.facebook.imagepipeline.systrace.FrescoSystrace.ArgsBuilder |
Object that accumulates arguments.
| Public Methods |
|---|
| abstract FrescoSystrace.ArgsBuilder |
| Logs an argument whose value is an int. |
| abstract FrescoSystrace.ArgsBuilder |
| Logs an argument whose value is any object. |
| abstract FrescoSystrace.ArgsBuilder |
| Logs an argument whose value is a double. |
| abstract FrescoSystrace.ArgsBuilder |
| Logs an argument whose value is a long. |
| abstract void |
| Write the full message to the Systrace buffer. |
Logs an argument whose value is an int. It will be stringified with valueOf(int).
Logs an argument whose value is any object. It will be stringified with valueOf(Object).
Logs an argument whose value is a double. It will be stringified with valueOf(double).
Logs an argument whose value is a long. It will be stringified with valueOf(long).
Write the full message to the Systrace buffer.
You must call this to log the trace message.
+Generated by Doclava. +