Android SDK Version


public interface EndToEndDumper
This interface is used by Facebook internal end-to-end tests.
Nested Class Summary
Modifier and TypeClassDescription
public classEndToEndDumper.Companion
Method Summary
Modifier and TypeMethodDescription
abstract BooleanmaybeDump(String prefix, PrintWriter writer, Array<String> args) Try to dump.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

maybeDump

 abstract BooleanmaybeDump(String prefix, PrintWriter writer, Array<String> args)
Try to dump. Return whether it succeeds.