Javadoc for FakeExtractorOutput.WRITE_DUMP.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128045581
This commit is contained in:
eguven 2016-07-21 03:56:12 -07:00 committed by Oliver Woodman
parent 2569c561d4
commit d785519ea0

View File

@ -32,6 +32,11 @@ import java.io.PrintWriter;
*/
public final class FakeExtractorOutput implements ExtractorOutput, Dumper.Dumpable {
/**
* If true, makes {@link #assertOutput(Instrumentation, String)} method write dump result to
* {@code /sdcard/Android/data/apk_package/ + dumpfile} file instead of comparing it with an
* existing file.
*/
private static final boolean WRITE_DUMP = false;
private final boolean allowDuplicateTrackIds;