mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Javadoc for FakeExtractorOutput.WRITE_DUMP.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128045581
This commit is contained in:
parent
2569c561d4
commit
d785519ea0
@ -32,6 +32,11 @@ import java.io.PrintWriter;
|
|||||||
*/
|
*/
|
||||||
public final class FakeExtractorOutput implements ExtractorOutput, Dumper.Dumpable {
|
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 static final boolean WRITE_DUMP = false;
|
||||||
|
|
||||||
private final boolean allowDuplicateTrackIds;
|
private final boolean allowDuplicateTrackIds;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user